Skip to content

Commit 8acbec5

Browse files
committed
lint
1 parent 186d759 commit 8acbec5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

core/src/components/select/test/a11y/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
<main>
1616
<h1>Select - a11y</h1>
1717

18-
<ion-select>
19-
<div slot="label">Slotted Label</div> </ion-select
20-
><br />
18+
<ion-select> <div slot="label">Slotted Label</div> </ion-select><br />
2119
<ion-select label="My Visible Label"></ion-select><br />
2220
<ion-select aria-label="My Aria Label"></ion-select><br />
2321
<ion-select label="My Label" placeholder="Placeholder"></ion-select><br />

0 commit comments

Comments
 (0)