Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few admin layout refinements #1374

Merged
merged 11 commits into from
Feb 28, 2018
Prev Previous commit
Next Next commit
Prevent scrolling of datepicker input
The most annoying default of all times...
tvdeyen committed Feb 28, 2018
commit 4777110288415746c84463e2ee49f2aef9f85de1
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ $.extend Alchemy,
$datepicker_inputs.each ->
type = $(this).data('datepicker-type')
options =
scrollInput: false
format: Alchemy.t("formats.#{type}")
timepicker: /time/.test(type)
datepicker: /date/.test(type)