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:
parent
7774e76551
commit
341fafaaec
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
<div class="input-group">
|
||||
{{bs-input
|
||||
id=id
|
||||
placeholder='00:00'
|
||||
type='time'
|
||||
value=value
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue