Topic: Unable to set tabIndex on mdb-date-picker
betterlife pro asked 6 years ago
<mdb-date-picker #datePickerComponent tabindex="-1" [(ngModel)]="value" (ngModelChange)="dateSelected()" name="datePickerControl" [options]="datePickerOptions"> </mdb-date-picker>This will result in HTML rendered to be as follows (inside the input)
<input tabindex="-1" autocomplete="off" class="form-control mydp-date ng-untouched ng-pristine ng-valid" type="text" ng-reflect-klass="form-control mydp-date" ng-reflect-ng-class="[object Object]" ng-reflect-ng-style="[object Object]" ng-reflect-is-disabled="false" ng-reflect-model="2222-02-22" aria-label="Date input field" maxlength="10" placeholder="" style="height: 3px; font-size: 1rem;">Where currently the rendered HTML is:
<input autocomplete="off" class="form-control mydp-date ng-untouched ng-pristine ng-valid" type="text" ng-reflect-klass="form-control mydp-date" ng-reflect-ng-class="[object Object]" ng-reflect-ng-style="[object Object]" ng-reflect-is-disabled="false" ng-reflect-model="2222-02-22" aria-label="Date input field" maxlength="10" placeholder="" style="height: 32px; font-size: 1rem;">
Damian Gemza staff answered 6 years ago
betterlife pro answered 6 years ago
Arkadiusz Idzikowski staff answered 6 years ago
betterlife pro commented 6 years ago
Do you have a expected release date for the new version that will have this in?
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: 6.2.3
- Device: All
- Browser: All
- OS: All
- Provided sample code: No
- Provided link: No