MaterialSpinner
MaterialSpinner copied to clipboard
Resizing and refreshing drawable when error is triggered.
When error is set, red error icon appears instead of spinner drawable which is OK with me. Problem is that it doesn't get reset when error is gone. Also views height get bigger when error is nonnull which doesn't happen with TextInputEditText
.
EDIT: Also error message doesn't appear below like when using TextInputEditText
.
Hi @TheKarlo95 Are you using AndroidX or Appcompat?
Could you check if you set your styling to remove the error icon <item name="errorIconDrawable">@null</item>
improves/fixes your issue?
+1 I am using AndroidX