mirror of
https://github.com/grocy/grocy.git
synced 2026-04-04 03:46:16 +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
|
### General
|
||||||
|
|
||||||
- Optimized that date time picker shortcuts (e.g. the "Never overdue" checkbox) are now also accessible via keyboard navigation (using `Tab`)
|
- xxx
|
||||||
|
|
||||||
### API
|
### API
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,8 @@
|
||||||
id="datetimepicker-shortcut"
|
id="datetimepicker-shortcut"
|
||||||
name="datetimepicker-shortcut"
|
name="datetimepicker-shortcut"
|
||||||
value="1"
|
value="1"
|
||||||
data-datetimepicker-shortcut-value="{{ $shortcutValue }}">
|
data-datetimepicker-shortcut-value="{{ $shortcutValue }}"
|
||||||
|
tabindex="-1">
|
||||||
<label class="form-check-label custom-control-label"
|
<label class="form-check-label custom-control-label"
|
||||||
for="datetimepicker-shortcut">{{ $__t($shortcutLabel) }}
|
for="datetimepicker-shortcut">{{ $__t($shortcutLabel) }}
|
||||||
</label>
|
</label>
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,8 @@
|
||||||
id="datetimepicker2-shortcut"
|
id="datetimepicker2-shortcut"
|
||||||
name="datetimepicker2-shortcut"
|
name="datetimepicker2-shortcut"
|
||||||
value="1"
|
value="1"
|
||||||
data-datetimepicker2-shortcut-value="{{ $shortcutValue }}">
|
data-datetimepicker2-shortcut-value="{{ $shortcutValue }}"
|
||||||
|
tabindex="-1">
|
||||||
<label class="form-check-label custom-control-label"
|
<label class="form-check-label custom-control-label"
|
||||||
for="datetimepicker2-shortcut">{{ $__t($shortcutLabel) }}
|
for="datetimepicker2-shortcut">{{ $__t($shortcutLabel) }}
|
||||||
</label>
|
</label>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user