v4.0.12 - TextInput update
Definitely-Not-Vlad
released this
10 Nov 16:13
·
520 commits
to develop
since this release
- add
highlightOnFocus
bool prop toTextInput
- adds 1 pixel wide border around
TextInput
withText
color (see default theme variables or check your own custom theme)
E.g.:
- adds 1 pixel wide border around
- add
errorMessage
string prop- adds
Caption
witherrorText
styling (see default theme variables andform-error
styleName
or check your own custom theme) containing text from the prop - adds 1 pixel wide
errorText
color border aroundTextInput
E.g.:
- adds