Skip to content

Commit 9630b17

Browse files
authored
Remove open from ha-dropdown (#28037)
1 parent be31950 commit 9630b17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gallery/src/pages/components/ha-dropdown.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A compact, accessible dropdown menu for choosing actions or settings. `ha-dropdo
1111
### Example usage (composition)
1212

1313
```html
14-
<ha-dropdown open>
14+
<ha-dropdown>
1515
<ha-button slot="trigger" with-caret>Dropdown</ha-button>
1616

1717
<ha-dropdown-item>

gallery/src/pages/components/ha-dropdown.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class DemoHaDropdown extends LitElement {
2828
<div class=${mode}>
2929
<ha-card header="ha-button in ${mode}">
3030
<div class="card-content">
31-
<ha-dropdown open>
31+
<ha-dropdown>
3232
<ha-button slot="trigger" with-caret>Dropdown</ha-button>
3333
3434
<ha-dropdown-item>

0 commit comments

Comments
 (0)