File tree Expand file tree Collapse file tree 5 files changed +7
-1
lines changed Expand file tree Collapse file tree 5 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -112,3 +112,6 @@ global.css
112
112
113
113
# bun
114
114
bun.lockb
115
+
116
+ # Jetbrains
117
+ .idea /
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ const focus = (node) => autofocus && node.focus()
61
61
62
62
<label class =" {$$props .class || ' ' } custom-field" >
63
63
<input
64
+ data- 1p-ignore
64
65
type =" date"
65
66
{required }
66
67
{disabled }
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ const onChange = (e) => {
85
85
<label class ="custom-field" style ="--field-padding: {padding }; {$$props .class || ' ' }" >
86
86
<input
87
87
autocomplete =" off"
88
+ data- 1p-ignore
88
89
{disabled }
89
90
{maxlength }
90
91
class ="fs-14 {$$props .class || ' ' }"
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ afterUpdate(() => {
74
74
bind:this ={element }
75
75
style ="width: {width }"
76
76
>
77
- <input {required } type ="hidden" {name } />
77
+ <input data- 1p -ignore {required } type ="hidden" {name } />
78
78
<div
79
79
class =" mdc-select__anchor"
80
80
aria-required ={required }
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ const focus = (node) => autofocus && node.focus()
91
91
attach_money
92
92
</i>
93
93
<input
94
+ data-1p-ignore
94
95
{step}
95
96
type="number"
96
97
min={minValue}
You can’t perform that action at this time.
0 commit comments