1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09:00

Add support for input type search

This commit is contained in:
Agustin
2023-10-06 17:36:55 -03:00
parent 56ef2f7d6d
commit fcbd90222e
2 changed files with 11 additions and 1 deletions

View File

@@ -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>