Skip to content

TextInput status & LanguageMenu improvements

Pre-release
Pre-release
Compare
Choose a tag to compare
@ketsappi ketsappi released this 16 Mar 12:45
· 3616 commits to develop since this release

🚨 Breaking changes

TextInput

  • variant prop renamed to status (#295)
  • Able to use static variants removed: TextInput.success & TextInput.error (#295)

✨ Features

TextInput

  • statusText prop to show under the field (#295)
    • added an example how to use it conjuction with status prop

🐛 Bug fixes

TextInput/SearchInput

  • input-field will now take all width the component can (#297)

LanguageMenu

  • Menu icon will now rotate if the menu is open (#298)
  • Button size changed to match with the design (#298)