We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d0f0d commit 2c6c19bCopy full SHA for 2c6c19b
1 file changed
examples/input.html
@@ -31,6 +31,10 @@
31
<input type="text" data-role="input" data-prepend-options="http://,https://">
32
<input type="text" data-role="input" data-append-options="http://,https://">
33
</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>
38
39
40
<script src="../lib/metro.js"></script>
0 commit comments