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
I want the defined prefix to be ignored within pasted strings.
<input mask="AAA-AAA-AAA" prefix="FOO-" />
Currently, when I paste "FOO-DDD-DDD-DDD" on that input field, the value becomes "FOO-FOO-DDD-DDD". But I want the "FOO-" of the pasted content to be ignored.
Describe the solution you'd like
Please let me decide whether or not to ignore the beginning of a string matching the prefix, when the full string is pasted.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered:
MoxxiManagarm
changed the title
Ignoring maskPrefix in pasted content
Ignoring prefix in pasted content
Jul 5, 2022
🚀 feature request
Description
I want the defined prefix to be ignored within pasted strings.
Currently, when I paste "FOO-DDD-DDD-DDD" on that input field, the value becomes "FOO-FOO-DDD-DDD". But I want the "FOO-" of the pasted content to be ignored.
Describe the solution you'd like
Please let me decide whether or not to ignore the beginning of a string matching the prefix, when the full string is pasted.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: