Skip to content

Commit de0aab4

Browse files
committed
remove unused code
1 parent 23a6607 commit de0aab4

File tree

1 file changed

+0
-42
lines changed

1 file changed

+0
-42
lines changed

packages/uui-form/lib/uui-form.story.ts

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -122,45 +122,3 @@ export const Overview: Story = () => {
122122
</form>
123123
</uui-form>`;
124124
};
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-
*/

0 commit comments

Comments
 (0)