Norbi
06/02/2024, 6:59 PMAttrScope
?
Select(
Modifier
.attrsModifier {
this as SelectAttrsScope // Not nice :(
onChange { ... }
}
...
Thanks.David Herman
06/02/2024, 7:00 PMModifier.toAttrs { ... }
should be typed