fix(SW-1509): removed support for plain array items in order to handle proper props extending

various fixes for supporting default selected
This commit is contained in:
Christian Andolf
2025-04-10 14:37:52 +02:00
parent 2b6fe17c32
commit a93ed00ee5
5 changed files with 83 additions and 95 deletions

View File

@@ -70,7 +70,7 @@
position: absolute;
padding: 0;
&.hasValue {
&[value]:not([value='']) {
position: unset;
}
}