You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the "multiple" option, the placeholder doesn't display correctly.
This bug was not present in the previous versions.
I don't have any demo available but it's easy to duplicate by creating an sl-select with a placeholder and add/remove the "multiple" option.
Tested with both light and dark version. Same issue.
Using 2.17.x
Using 2.18
Ok, this is not a big issue, more a "cosmetic" issue.
Try to manually adjust the CSS so that placeholder visible properly for multiple selections
sl-select::part(display-input) {
color: white. // depend on theme
font-style: bold;
}
When using the "multiple" option, the placeholder doesn't display correctly.
This bug was not present in the previous versions.
I don't have any demo available but it's easy to duplicate by creating an sl-select with a placeholder and add/remove the "multiple" option.
Tested with both light and dark version. Same issue.
Using 2.17.x
Using 2.18
Ok, this is not a big issue, more a "cosmetic" issue.
Browser / OS
The text was updated successfully, but these errors were encountered: