Topic: Select is not opening on tab press
PDOLicensing priority asked 1 year ago
Expectation: While pressing tab, select should open with options.. It is not working. I tried after adding data-mdb-auto-select=true. still not working
Actual: Select is not opening or showing on tab press
<select class="select" data-mdb-auto-select=true>
<option>Select2</option>
<option value="1">One</option>
<option value="2">Two</option>
<option value="3">Three</option>
<option value="4">Four</option>
<option value="5">Five</option>
</select>
<label class="form-label select-label">Example label</label>
Kamila Pieńkowska staff answered 1 year ago
Select should not open on Tab
press. Tab
is used to toggle focus between elements on the page. To open Select focus it with Tab
then use Enter
or Alt + Down arrow
to open it.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB Standard
- MDB Version: MDB5 6.4.2
- Device: Desktop
- Browser: Chrome
- OS: Win
- Provided sample code: No
- Provided link: No