parent
491e7a3429
commit
58be138e75
|
@ -1,5 +1,6 @@
|
||||||
<input
|
<input
|
||||||
{{on "input" (action (mut this.value) value="target.value")}}
|
{{on "input" (action (mut this.value) value="target.value")}}
|
||||||
|
type="number"
|
||||||
value={{this.value}}
|
value={{this.value}}
|
||||||
min={{if this.setting.min this.setting.min null}}
|
min={{if this.setting.min this.setting.min null}}
|
||||||
max={{if this.setting.max this.setting.max null}}
|
max={{if this.setting.max this.setting.max null}}
|
||||||
|
|
|
@ -203,8 +203,7 @@ input {
|
||||||
&[type="url"],
|
&[type="url"],
|
||||||
&[type="search"],
|
&[type="search"],
|
||||||
&[type="tel"],
|
&[type="tel"],
|
||||||
&[type="color"],
|
&[type="color"] {
|
||||||
&.input-setting-integer {
|
|
||||||
@include appearance-none;
|
@include appearance-none;
|
||||||
@include form-item-sizing;
|
@include form-item-sizing;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue