Anyone know how to fix the Dropdown read only sele...
# ios
c
Anyone know how to fix the Dropdown read only selectable text regression on iOS (Regressed 1.7 > 1.8)
Also seems using
value = TextFieldValue(it)
seems to fix it for now, not sure why the String variant causes it...