Sets numeric metadata type input lang as english to allow comma and points.

This commit is contained in:
Mateus Machado Luna 2019-07-04 12:38:02 -03:00
parent 1104c9c7b8
commit 8a7e946a3e
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
:disabled="disabled"
:class="{'has-content': inputValue !== undefined && inputValue !== ''}"
:id="id"
lang="en"
type="number"
:value="inputValue"
step="0.01"