-
Notifications
You must be signed in to change notification settings - Fork 155
Open
Description
an error value get when init a multiple select with optGroup.
I add following code in public/index.html
<div class="item">
<select multiple>
<option>Select with optgroup and multiple</option>
<optgroup label="Group 1">
<option>Option 1.1</option>
</optgroup>
<optgroup label="Group 2">
<option selected>Option 2.1</option>
<option selected>Option 2.2</option>
</optgroup>
<optgroup label="Group 3" disabled>
<option>Option 3.1</option>
<option>Option 3.2</option>
<option>Option 3.3</option>
</optgroup>
</select>
</div>And get an error value after init, like this


Is this an expected performance?
Thank u for viewing this issue!
Metadata
Metadata
Assignees
Labels
No labels