You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Input Id should not contain dot characters and should use Play Framework's inbuilt method field.id rather than using field.name. field.id essentially replaces . characters with _
. characters cause problems with Javascript/Jquery as anything after the dot is incorrectly treated as a class.
I have fixed the issues for my use case, however there are more places in Play-UI where id=field.name instead of field.id
Input Id should not contain dot characters and should use Play Framework's inbuilt method field.id rather than using field.name. field.id essentially replaces
.
characters with_
.
characters cause problems with Javascript/Jquery as anything after the dot is incorrectly treated as a class.I have fixed the issues for my use case, however there are more places in Play-UI where id=field.name instead of field.id
Please see my forked commit linked below:
https://github.com/LukeDeighton/play-ui/commit/806023bfec292d71781d088fd053cf6d1fc0d019
The text was updated successfully, but these errors were encountered: