We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have input field type text with regex for accept number only and send to mobx observable variable
But when onInput triggered , display text inside input field UI still uncontrolled although mobx value has controlled
Example : when write on input field UI = 123abc On mobx variable = 123 On input field UI = 123abc
when write on input field UI = 123abc
On mobx variable = 123
On input field UI = 123abc
I hope When i write on input field UI 123abc
When i write on input field UI 123abc
On mobx variable or input field ui is same had value = 123
I tried on react its working fine , is it bug ? Thanks before
The text was updated successfully, but these errors were encountered:
@Havunen can help this ? Thanks before
Sorry, something went wrong.
@renjiza can you please create github repository jsFiddle or other way to reproduce the issue you are having?
No branches or pull requests
I have input field type text with regex for accept number only and send to mobx observable variable
But when onInput triggered , display text inside input field UI still uncontrolled although mobx value has controlled
Example :
when write on input field UI = 123abc
On mobx variable = 123
On input field UI = 123abc
I hope
When i write on input field UI 123abc
On mobx variable or input field ui is same had value = 123
I tried on react its working fine , is it bug ?
Thanks before
The text was updated successfully, but these errors were encountered: