Releases: n4kz/react-native-material-textfield
Releases · n4kz/react-native-material-textfield
0.16.0
0.15.0
0.14.1
0.14.0
Added
lineType
propformatText
prop for masked input supportisPlaceholderVisible()
method
Changed
- Refactored componentDidUpdate and improved animation
Fixed
- Label and Helper text color in disabled state
- Multiline title and error messages
- Multiline layout on iOS
0.13.0
Added
renderLeftAccessory
proprenderRightAccessory
prop.isDefaultVisible()
method.isErrored()
method.setValue()
method
Changed
defaultValue
prop becomes current value on focusvalue
prop provides only initial value- TextField refactored to improve internal layout
- TextField refactored to be fully uncontrolled component
- Line refactored to render all types of underlines
- Focus and label animations refactored for better performance
Removed
renderAccessory
prop
Fixed
- Crash on
null
value forvalue
prop - Deprecation warnings for React component lifecycle methods
- Text position for Label and Affix on Android