mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-25 01:04:02 +08:00
Force input locale [SCI-10422]
This commit is contained in:
parent
8a0e5802ac
commit
ae51a04c90
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
<label v-if="label" class="sci-label" :class="{ 'error': !!inputError }" :for="id">{{ label }}</label>
|
||||
<div class="sci-input-container-v2" :class="{ 'error': !!inputError }" :data-error-text="inputError">
|
||||
<input ref="input"
|
||||
lang="en-US"
|
||||
:type="type"
|
||||
:id="id"
|
||||
:name="name"
|
||||
|
|
Loading…
Reference in a new issue