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
112112
113113# bun
114114bun.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()
6161
6262<label class =" {$$props .class || ' ' } custom-field" >
6363 <input
64+ data- 1p-ignore
6465 type =" date"
6566 {required }
6667 {disabled }
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ const onChange = (e) => {
8585<label class ="custom-field" style ="--field-padding: {padding }; {$$props .class || ' ' }" >
8686 <input
8787 autocomplete =" off"
88+ data- 1p-ignore
8889 {disabled }
8990 {maxlength }
9091 class ="fs-14 {$$props .class || ' ' }"
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ afterUpdate(() => {
7474 bind:this ={element }
7575 style ="width: {width }"
7676>
77- <input {required } type ="hidden" {name } />
77+ <input data- 1p -ignore {required } type ="hidden" {name } />
7878 <div
7979 class =" mdc-select__anchor"
8080 aria-required ={required }
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ const focus = (node) => autofocus && node.focus()
9191 attach_money
9292 </i>
9393 <input
94+ data-1p-ignore
9495 {step}
9596 type="number"
9697 min={minValue}
You can’t perform that action at this time.
0 commit comments