mirror of
https://github.com/grocy/grocy.git
synced 2026-03-29 17:19:25 +02:00
Datetimepicker tabindex -1 was intenational (reverts c711e6d6d2, references #2898)
This commit is contained in:
parent
c711e6d6d2
commit
3137d4b4cf
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user