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 460812d commit d3b90c1Copy full SHA for d3b90c1
packages/web-components/src/dropdown/dropdown.stories.ts
@@ -36,7 +36,7 @@ const dropdownTemplate = html<StoryArgs<FluentDropdown>>`
36
37
const storyTemplate = html<StoryArgs<FluentDropdown>>`
38
<fluent-field ?disabled="${story => story.disabled}">
39
- <label slot="label"> <fluent-label required>${story => story.placeholder}</fluent-label></label>
+ <label slot="label"> <fluent-label>${story => story.placeholder}</fluent-label></label>
40
<fluent-dropdown
41
slot="input"
42
appearance="${story => story.appearance}"
0 commit comments