-
Notifications
You must be signed in to change notification settings - Fork 207
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
Text input not working on web #89
Comments
hi, is its solved ? |
same to me, any ideas? |
Not solved yet |
Look at this! Last button uses a normal textfield, i use this system and works fine |
It looks like disable is set to false if your hexinputbar flag is set to true on line 447 on version 1.0.3 in my version (after running flutter clean and flutter pub get. I don't see this in this github though. Could this fix just have not been pushed yet? When I delete disable on that line everything works as expected. |
maybe same root cause with #102 |
When I show this widget in an alert dialogue on flutter web, the hex code and rgb inputs are not clickable/typeable. It works on mobile, but not on web for some reason.
The text was updated successfully, but these errors were encountered: