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:
Filip Iulian Pacurar 2019-02-15 21:29:18 +02:00 committed by Luke Towers
parent ca33b97692
commit cb981eb82d
1 changed files with 1 additions and 1 deletions

View File

@ -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> \