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.
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
.