0

我试过用

textinputlayout.setError(null)

使用 TextWatcher,但错误仍然显示。它只会在去另一个活动后返回活动时消失

4

3 回答 3

0

同时调用setError(null)setErrorEnabled(false)

于 2017-12-28T00:24:45.807 回答
0

OnTextChange 当您的文本有效时,仅调用仅setErrorEnabled(false)此而已。

于 2017-12-28T06:49:48.270 回答
0

使用TextInputEditText'sonFocusChangeListener并调用textEditInputText.setError(null)监听器。

于 2017-12-28T00:56:16.777 回答