Rendering a multiple select with select elements don't seem to work:
This code:
<label>
<label for="scopes">Scopes:</label>
<select id="scopes" multiple name="scopes">
<option selected value="openid">openid</option>
<option selected value="profile">profile</option>
<option selected value="email">email</option>
<option selected value="address">address</option>
<option selected value="phone">phone</option>
<option selected value="groups">groups</option>
</select>
<small>Select the scopes to request from the authorization server</small>
</label>
render like this:
(For the record I am using yoselect with the original PicoCSS)
Rendering a multiple select with select elements don't seem to work:
This code:
render like this:
(For the record I am using yoselect with the original PicoCSS)