Skip to content
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

input field still free flow value for display #1475

Open
renjiza opened this issue May 24, 2019 · 2 comments
Open

input field still free flow value for display #1475

renjiza opened this issue May 24, 2019 · 2 comments

Comments

@renjiza
Copy link

renjiza commented May 24, 2019

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

@renjiza
Copy link
Author

renjiza commented May 24, 2019

@Havunen can help this ? Thanks before

@Havunen
Copy link
Member

Havunen commented May 28, 2019

@renjiza can you please create github repository jsFiddle or other way to reproduce the issue you are having?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants