Skip to content

v4.0.12 - TextInput update

Compare
Choose a tag to compare
@Definitely-Not-Vlad Definitely-Not-Vlad released this 10 Nov 16:13
· 520 commits to develop since this release
81b09cd
  • add highlightOnFocus bool prop to TextInput
    • adds 1 pixel wide border around TextInput with Text color (see default theme variables or check your own custom theme)
      E.g.:

Screenshot 2020-11-05 at 15 14 59

  • add errorMessage string prop
    • adds Caption with errorText styling (see default theme variables and form-error styleName or check your own custom theme) containing text from the prop
    • adds 1 pixel wide errorText color border around TextInput
      E.g.:

Screenshot 2020-11-05 at 15 15 11