Releases: HITGIF/TextFieldBoxes
Releases · HITGIF/TextFieldBoxes
1.4.5
- Fix 'attr/counterTextColor' name conflict (#97 #99 #105)
1.4.4
- Layout updated to support bigger clear icon and end icons (#72).
1.4.0
- Support Dense Layout (Dense Spacing) with
app:useDenseSpacing
attribute.
- The label can be fixed at the top when hint is present, with
app:alwaysShowHint
attribute.
1.3.9
- Fix issue #49.
- Fix the compiling issue in #50.
1.3.8
- Fix issue #41.
- Add autocompletion support as addressed in #43. (
ExtendedEditText
now extends a built-in TextInputAutoCompleteTextView
, which extends AppCompatAutoCompleteTextView
).
1.3.6
-
fix issue #34 and reoccurring #14.
-
add getter for onError (#33).
-
the space for the floating label at the top will be removed when labelText
is empty (#35).