Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Focus event does not fire when we provide the value which is equal to the mask character.
Issue reproducing sample: https://codesandbox.io/s/frosty-colden-94jod?file=/src/App.vue
Code snippet:
<ejs-maskedtextbox mask="00000-00000" value="83929-43427" placeholder="Cursor positioned at start" floatLabelType="Always" v-on:focus="focus"></ejs-maskedtextbox> |
Issue reproducing sample in TS: https://stackblitz.com/edit/sitvsf-sdn4mf?file=index.html
Replication procedure:
Run the sample
Focus the maskedtextbox
And see the console. The focus event will not be triggered.