File tree Expand file tree Collapse file tree 1 file changed +0
-42
lines changed Expand file tree Collapse file tree 1 file changed +0
-42
lines changed Original file line number Diff line number Diff line change @@ -122,45 +122,3 @@ export const Overview: Story = () => {
122
122
</ form >
123
123
</ uui-form > ` ;
124
124
} ;
125
-
126
- /*
127
-
128
-
129
- <uui-form-layout-item>
130
- <uui-label slot="label">Native Checkbox</uui-label>
131
- <input
132
- name="nativeCheckbox"
133
- label="Native input text"
134
- type="checkbox"
135
- value="NativeCheckboxValue"
136
- placeholder="native text input"
137
- required />
138
- </uui-form-layout-item>
139
-
140
- <uui-form-layout-item>
141
- <uui-label slot="label">Native Input</uui-label>
142
- <input
143
- name="nativeInput"
144
- label="Native input text"
145
- type="text"
146
- default-value="default test value"
147
- value="test value"
148
- placeholder="native text input"
149
- required />
150
- </uui-form-layout-item>
151
-
152
- <uui-form-layout-item>
153
- <uui-label slot="label">Native Input</uui-label>
154
- <input
155
- style="width: 100%;"
156
- name="nativeInputNumber"
157
- label="Native input number"
158
- type="number"
159
- value=""
160
- placeholder="native number input"
161
- min="0"
162
- max="10"
163
- required />
164
- </uui-form-layout-item>
165
-
166
- */
You can’t perform that action at this time.
0 commit comments