placeholder for time input type as a shim if browser does not support it

otherwise placeholder is ignored due to spec

http://caniuse.com/#feat=input-datetime
This commit is contained in:
jelhan 2016-06-10 11:12:49 +02:00
parent 7774e76551
commit 341fafaaec

View file

@ -24,6 +24,7 @@
<div class="input-group">
{{bs-input
id=id
placeholder='00:00'
type='time'
value=value
}}