1.1.0 release
- bug fixed:
android:inputType="xxxPassword"
not working whenapp:singleLineEllipsis=true
. - added new Class:
MaterialAutoCompleteTextView
, which is theAutoCompleteTextView
version ofMaterialEditText
.
android:inputType="xxxPassword"
not working when app:singleLineEllipsis=true
.MaterialAutoCompleteTextView
, which is the AutoCompleteTextView
version of MaterialEditText
.