Skip to content

Commit 2c6c19b

Browse files
committed
fixed options list in input
1 parent a7d0f0d commit 2c6c19b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

examples/input.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
<input type="text" data-role="input" data-prepend-options="http://,https://">
3232
<input type="text" data-role="input" data-append-options="http://,https://">
3333
</div>
34+
35+
<div class="example mt-4">
36+
<input type="text" data-role="input" data-custom-buttons='[{"text": "✓", "cls": "success", "onclick": "alert(\"Confirmed\")"}]'>
37+
</div>
3438
</div>
3539

3640
<script src="../lib/metro.js"></script>

0 commit comments

Comments
 (0)