TextInput status & LanguageMenu improvements
Pre-release
Pre-release
🚨 Breaking changes
TextInput
variant
prop renamed tostatus
(#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
- added an example how to use it conjuction with
🐛 Bug fixes
TextInput/SearchInput
- input-field will now take all width the component can (#297)