Datetimepicker tabindex -1 was intenational (reverts c711e6d6d2, references #2898)

This commit is contained in:
Bernd Bestel 2026-03-29 12:52:48 +02:00
parent c711e6d6d2
commit 3137d4b4cf
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
3 changed files with 5 additions and 3 deletions

View File

@ -50,7 +50,7 @@
### General
- Optimized that date time picker shortcuts (e.g. the "Never overdue" checkbox) are now also accessible via keyboard navigation (using `Tab`)
- xxx
### API

View File

@ -76,7 +76,8 @@
id="datetimepicker-shortcut"
name="datetimepicker-shortcut"
value="1"
data-datetimepicker-shortcut-value="{{ $shortcutValue }}">
data-datetimepicker-shortcut-value="{{ $shortcutValue }}"
tabindex="-1">
<label class="form-check-label custom-control-label"
for="datetimepicker-shortcut">{{ $__t($shortcutLabel) }}
</label>

View File

@ -76,7 +76,8 @@
id="datetimepicker2-shortcut"
name="datetimepicker2-shortcut"
value="1"
data-datetimepicker2-shortcut-value="{{ $shortcutValue }}">
data-datetimepicker2-shortcut-value="{{ $shortcutValue }}"
tabindex="-1">
<label class="form-check-label custom-control-label"
for="datetimepicker2-shortcut">{{ $__t($shortcutLabel) }}
</label>