We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a6607 commit 9425f85Copy full SHA for 9425f85
packages/uui-form-layout-item/lib/uui-form-layout-item.story.ts
@@ -23,7 +23,7 @@ export const AAAOverview: Story = () => html`
23
AAAOverview.storyName = 'Overview';
24
25
export const Example: Story = () => html` <uui-form>
26
- <form is="uui-form" style="max-width: 800px;">
+ <form style="max-width: 800px;">
27
<uui-form-layout-item>
28
<uui-label slot="label" for="phoneInput" required>Phone number</uui-label>
29
<span slot="description"
0 commit comments