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.
type="number"
1 parent d8d09d1 commit ad32277Copy full SHA for ad32277
resources/views/extend/forms/fields/integer.antlers.html
@@ -0,0 +1,10 @@
1
+<input
2
+ type="number"
3
+ name="{{ handle }}"
4
+ value="{{ value }}"
5
+ {{ if placeholder }}placeholder="{{ placeholder }}"{{ /if }}
6
+ {{ if character_limit }}maxlength="{{ character_limit }}"{{ /if }}
7
+ {{ if autocomplete }}autocomplete="{{ autocomplete }}"{{ /if }}
8
+ {{ if js_driver }}{{ js_attributes }}{{ /if }}
9
+ {{ if validate|contains:required }}required{{ /if }}
10
+>
0 commit comments