Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 93651b4

Browse files
Demos: fixed wrong input type Search example.
1 parent 37c1b5d commit 93651b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/demos/textinput/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h3>Default</h3>
5555

5656
<div data-demo-html="true">
5757
<label for="search-3">Search: data-clear-btn="true"</label>
58-
<input type="text" data-clear-btn="true" name="search-3" id="search-3" value="">
58+
<input type="search" data-clear-btn="true" name="search-3" id="search-3" value="">
5959
</div><!-- /demo-html -->
6060

6161
<div data-demo-html="true">

0 commit comments

Comments
 (0)