Add popup-allow-focus for the second range input (#4140)
When list filters are in a modal, you cannot select the second field because it does not have popup-allow-focus class. Credit to @filipac
This commit is contained in:
parent
ca33b97692
commit
cb981eb82d
|
|
@ -159,7 +159,7 @@
|
|||
type="text" \
|
||||
name="date" \
|
||||
value="{{ date }}" \
|
||||
class="form-control align-right" \
|
||||
class="form-control align-right popup-allow-focus" \
|
||||
autocomplete="off" \
|
||||
placeholder="{{ before_placeholder }}" /> \
|
||||
</div> \
|
||||
|
|
|
|||
Loading…
Reference in New Issue