1.3.0
-
the "EditText" part is now seperated from the TextFieldBoxes. TextFieldBoxes is now a container (just like a
TextInputLayout
) that should and should only contain oneExtendedEditText
that inherents theTextInputEditText
. -
Prefix
andSuffix
attributes are now belonging to theExtendedEditText
. -
Text
,hint
,SingleLine
andMaxLines
attributes are now removed. Instead, one should set them in theExtendedEditText
with originalandroid:
attributes. -
the bottom view which contains helper and counter labels will now be hidden when it's empty.