Hello.
I have a phone text field with mask (mask:"(+ ### ##) ### ## ##").
How can I ignore this mask when I copy this field and set to clipboard clear value.
For example:
- (375 29) 111 11 11 ----->ctrl+c---->ctrl+v result 375291111111
Hello.
I have a phone text field with mask (mask:"(+ ### ##) ### ## ##").
How can I ignore this mask when I copy this field and set to clipboard clear value.
For example:
maybe something like this: https://snippet.webix.com/xjiuahql
Thanks !