axa-ch-webhub-cloud / pattern-library

AXA CH UI component library. Please share, comment, create issues and work with us!
https://axa-ch-webhub-cloud.github.io/plib-feature/develop
125 stars 18 forks source link

axa-input-text onpaste event #2391

Closed MarekLacoAXA closed 1 year ago

MarekLacoAXA commented 1 year ago

Would be nice so have access to the onpaste event of the underlying input text element.

Use case: prevent the pasting event (I know it's a very bad UX behavior, but still we need to disable paste on an "repeat phone" field to prevent typo errors):

input.onpaste = (e) => e.preventDefault();

Thanks!