This repository was archived by the owner on Oct 27, 2022. It is now read-only.
This repository was archived by the owner on Oct 27, 2022. It is now read-only.
Unable to set value from props #10
Open
Description
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.