Skip to content

Commit 5fdd61a

Browse files
committed
update numnber to text field
1 parent a048689 commit 5fdd61a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-components",
3-
"version": "2.0.43",
3+
"version": "2.0.44",
44
"private": false,
55
"sideEffects": [
66
"*.vue",

src/components/molecules/advanced-form-control/AdvancedFormControl.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
:name="name"
7272
:placeholder="placeholder"
7373
autocomplete="off"
74-
inputmode="numeric"
74+
inputmode="text"
7575
class="bg-transparent text-right text-32 font-semibold text-typography-default placeholder-typography-default focus:outline-none"
7676
@keydown="inputValue"
7777
@keyup="setValue()"

0 commit comments

Comments
 (0)