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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

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:

  1. Run the sample

  2. Focus the maskedtextbox

  3. And see the console. The focus event will not be triggered.