Added templates for different INPUT fields. prep_form needs cleanup!
This commit is contained in:
7
templates/partials/mdl_input_number.mustache
Normal file
7
templates/partials/mdl_input_number.mustache
Normal file
@ -0,0 +1,7 @@
|
||||
<p>
|
||||
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
|
||||
<input class="mdl-textfield__input" type="number" {{#required}}required{{/required}} id="{{field_id}}" value="{{value}}"/>
|
||||
<label class="mdl-textfield__label" for="{{field_id}}">{{title}}</label>
|
||||
<span class="mdl-textfield__error">Please input a value!</span>
|
||||
</div>
|
||||
</p>
|
Reference in New Issue
Block a user