Hello. Tell me please, can I somehow make it so that the input field value are updated ONLY in a controlled way? So that only I can do it myself.
Now imask changes the value for the field via ref in any case.
let's say I need to update the value some time after the event is triggered (onChange/onInput), and during the downtime there should be no entered value, it will only be set from the outside.
Tell me is it possible?
Thanks.
Hello. Tell me please, can I somehow make it so that the input field value are updated ONLY in a controlled way? So that only I can do it myself.
Now imask changes the value for the field via ref in any case.
let's say I need to update the value some time after the event is triggered (onChange/onInput), and during the downtime there should be no entered value, it will only be set from the outside.
Tell me is it possible?
Thanks.