Merge pull request #7267 from artoscinote/ma_SCI_10422

Force input locale [SCI-10422]
This commit is contained in:
Martin Artnik 2024-03-12 17:41:29 +01:00 committed by GitHub
commit d654f1dd6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"