Skip to content

1.3.0

Compare
Choose a tag to compare
@HITGIF HITGIF released this 16 Sep 08:41
· 108 commits to master since this release
  • the "EditText" part is now seperated from the TextFieldBoxes. TextFieldBoxes is now a container (just like a TextInputLayout) that should and should only contain one ExtendedEditText that inherents the TextInputEditText.

  • Prefix and Suffix attributes are now belonging to the ExtendedEditText.

  • Text, hint, SingleLine and MaxLines attributes are now removed. Instead, one should set them in the ExtendedEditText with original android: attributes.

  • the bottom view which contains helper and counter labels will now be hidden when it's empty.