Merge branch 'develop' of https://github.com/tainacan/tainacan into develop
This commit is contained in:
commit
dd62a2a3aa
|
@ -3,6 +3,7 @@
|
||||||
:id="id"
|
:id="id"
|
||||||
type="number"
|
type="number"
|
||||||
:value="inputValue"
|
:value="inputValue"
|
||||||
|
step="0.01"
|
||||||
@blur="onBlur"
|
@blur="onBlur"
|
||||||
@change="onBlur"
|
@change="onBlur"
|
||||||
@input="onInput($event)"></b-input>
|
@input="onInput($event)"></b-input>
|
||||||
|
|
Loading…
Reference in New Issue