Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.0
-
None
-
None
Description
TextInput should support editable property as TextArea does. Setting editable to false should make the TextInput read only.
Workaround may be to use a single line TextArea with editable="false" but the pain part is that you can't scroll the TextArea horizontally with mouse drag.