mchome / flutter_colorpicker

HSV(HSB)/HSL/RGB/Material color picker inspired by all the good design for your amazing flutter apps.
https://pub.dev/packages/flutter_colorpicker
MIT License
339 stars 198 forks source link

Text input not working on web #89

Open sirwes opened 1 year ago

sirwes commented 1 year ago

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.

flutter-max commented 1 year ago

hi, is its solved ?

DonnyDevIT commented 1 year ago

same to me, any ideas?

sirwes commented 1 year ago

Not solved yet

DonnyDevIT commented 1 year ago

Look at this! Last button uses a normal textfield, i use this system and works fine

https://mchome.github.io/flutter_colorpicker/

sirwes commented 1 year ago

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.

CCY0122 commented 4 months ago

maybe same root cause with #102