Releases: piwonski/MaterialEditText
Releases · piwonski/MaterialEditText
More attributes added
UI changes
- vector assets support added for
errorIcon - edit text's label is not colored with error color when error occurs
- upgraded libraries and dependencies
Added getter and setter for disabledUnderlineColor property
2.1.12 Added getter and setter for disabledUnderlineColor property
Fixed possible crash when preprocessor is null
2.1.11 Fixed possible crash when preprocessor is null
Chaged returned type to String of getPreprocessedText() method
2.1.10 Changed returned type of getPreprocessedText from CharSequence to String
Added text preprocessor for validators
Merge pull request #6 from piwonski/feature/text_preprocessor Added text preprocessor for validators
Added underline's color attribute for disabled state
Merge pull request #5 from piwonski/feature/underline Added underline's color attribute for disabled state
UI changes and fixes
- focus underline color
- error underline color
- underline height
- bold underline height
- fixed default 'no color' value
Validation UI changes
Error icon can be set on validation error
UI behavior changes
- alpha removed from floating label
- floating label is colored with error color when validation failed
- validation error can be automatically cleared when edit text gained focus