-
Notifications
You must be signed in to change notification settings - Fork 401
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
How can I set my number field as empty? #117
Comments
+1 |
1+ |
+1, any update? thanks very much! $(".myFieldClass").number('remove'); |
My work around is add code below
to the line after this code will check is value is empty or not return the empty string instead of string that use "0" instead of "". |
Maybe $.valHooks.text.set in else condition should format number only if value has number in .val() call.
2018 Update:
|
+1 same problem here |
|
I got 0.00 instead of "string Empty"
The text was updated successfully, but these errors were encountered: