Add support for input type search
This commit is contained in:
parent
56ef2f7d6d
commit
fcbd90222e
2 changed files with 11 additions and 1 deletions
|
|
@ -427,6 +427,10 @@
|
|||
<label for="text${getNewId()}">Favorite Number</label>
|
||||
<input id="text${getCurrentId()}" type="number" value="98"/>
|
||||
</div>
|
||||
<div class="field-row-stacked" style="width: 200px">
|
||||
<label for="text${getNewId()}">Search</label>
|
||||
<input id="text${getCurrentId()}" type="search" value="98 css"/>
|
||||
</div>
|
||||
`) %>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue