Sets numeric metadata type input lang as english to allow comma and points.
This commit is contained in:
parent
1104c9c7b8
commit
8a7e946a3e
|
@ -3,6 +3,7 @@
|
|||
:disabled="disabled"
|
||||
:class="{'has-content': inputValue !== undefined && inputValue !== ''}"
|
||||
:id="id"
|
||||
lang="en"
|
||||
type="number"
|
||||
:value="inputValue"
|
||||
step="0.01"
|
||||
|
|
Loading…
Reference in New Issue