Textinputlayout Errorenabled And Showing Errors
So I have login form, when user click login I will check the inputs. First what I do, onlick of login button i call textinputlayout.seterrorenabled(false), then when API call is ov
Solution 1:
Do not use textinputlayout.seterrorenabled(true)
or textinputlayout.seterrorenabled(true)
just textinputlayout.seterror(message)
if you want to display message or textinputlayout.seterror(null)
if you dont
Post a Comment for "Textinputlayout Errorenabled And Showing Errors"