You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Add a readonly property to TextField elements.
Describe the solution you'd like
An isReadonly property that can be enabled / disabled whenever unfocusing the TextField and making it not editable anymore.
Describe alternatives you've considered
Considered using isDisabled but this also changes the color of the text inside a TextField.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Add a
readonly
property toTextField
elements.Describe the solution you'd like
An
isReadonly
property that can be enabled / disabled whenever unfocusing theTextField
and making it not editable anymore.Describe alternatives you've considered
Considered using
isDisabled
but this also changes the color of the text inside aTextField
.The text was updated successfully, but these errors were encountered: