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
In our setup, we have some fields that are 'calculated' and thus are filled in automatically, not by an input event. We need masks on those fields as well. However, it seems like external changes of the value are not passed to cleave at the moment and thus are not masked properly.
The text was updated successfully, but these errors were encountered:
Sometimes the value of a field is initialised or calculated externally and thus filled in automatically, not by an input event. External changes of the value are now also passed to cleave to make sure they are masked properly.
vue-bulma#19
In our setup, we have some fields that are 'calculated' and thus are filled in automatically, not by an input event. We need masks on those fields as well. However, it seems like external changes of the value are not passed to cleave at the moment and thus are not masked properly.
The text was updated successfully, but these errors were encountered: