vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.88k stars 1.16k forks source link

Datepicker issues (no tabindex property, no disabled property, after selecting date and hit tab focus will moved to browser address bar) #2375

Closed karldemetria closed 1 year ago

karldemetria commented 1 year ago

Need help on datepicker issues

  1. tabindex property not working tabindex="-1"
  2. disabled property not working disabled="true"
  3. after selecting a date in datepicker and press the tab key, the focus will moved to browser address bar not to the next element inputfield. expected result should be, after selecting a date and hit a tab key it should be move to the next element field.
marqbeniamin commented 1 year ago

This will be solved with this PR. I will merge it in the dev branch. https://github.com/vuematerial/vue-material/pull/2372