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 186d759 commit 8acbec5Copy full SHA for 8acbec5
core/src/components/select/test/a11y/index.html
@@ -15,9 +15,7 @@
15
<main>
16
<h1>Select - a11y</h1>
17
18
- <ion-select>
19
- <div slot="label">Slotted Label</div> </ion-select
20
- ><br />
+ <ion-select> <div slot="label">Slotted Label</div> </ion-select><br />
21
<ion-select label="My Visible Label"></ion-select><br />
22
<ion-select aria-label="My Aria Label"></ion-select><br />
23
<ion-select label="My Label" placeholder="Placeholder"></ion-select><br />
0 commit comments