-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Form validation issues #3045
Comments
Yeah... I'm not sure why this obvious case isnt working.. grr... |
I made a PR that I believe solve this issue[*]. You can see the result here: https://jsbin.com/xahide/3/edit?html,console,output [*]: Although I don't know what I'm doing 😅 |
Yeah, seems like it works, but it isn't using the official repos from semantic.org, maybe there's something different... |
I'll try to take a look at this soon. |
Hi, |
I believe this was fixed but mistagged. If I'm wrong here please let me know. |
Hi.
The new form validation shorthand has some issues. Check out this JSFiddle. In it, I have used the two methods: the conventional one, and the shorthand. Conventional works fine, but the shorthand always returns a success, even if the field is empty.
Another issue is that both methods call two times the result function,
onSuccess
oronFailure
.The text was updated successfully, but these errors were encountered: