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
You need a loop to assign instance for each of them.
Basically each instance only applies to one input field, so you can run instance.getRawValue() to get raw value for specific input field.
Please check this: #138
I really like your JS library. Its very straightforward, easy to understand, and for the most part easy to use, But this issue is more than a little annoying - I feel like this is something that should be addressed as it seems to be something that comes up for a lot of your users. Is there some fundamental design reason the library can't be made to handle this without requiring the end user to loop over their inputs?
just first input is working.
The text was updated successfully, but these errors were encountered: