You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.
I needed a button to set the state of a masked input and have some trouble. I see there is demo for <Autocomplete /> but not to <Mask />, is it not trivial?
What I ended up doing to make it work was to change that line to if (value) { and it got working. I am not sure of what bugs this change may cause, but I couldn`t get this block to run other way.
Maybe I missed something.
The text was updated successfully, but these errors were encountered:
I needed a button to set the state of a masked input and have some trouble. I see there is demo for
<Autocomplete />
but not to<Mask />
, is it not trivial?What I ended up doing to make it work was to change that line to
if (value) {
and it got working. I am not sure of what bugs this change may cause, but I couldn`t get this block to run other way.Maybe I missed something.
The text was updated successfully, but these errors were encountered: