Open doishub opened 9 months ago
Basically, multiple
does not seem to work. The setting does work, but only one value is returned.
Hey, I'll take a look at this this week, see what's happening. Sorry for the delay in giving you an answer
So, this is becoming more complex due to the way we setup the component. This is gonna take a while, perhaps I'll park it since we are working on migrating the style API
Okay, good to know, I can get by with my own component in the meantime. Thanks for the feedback and this library!
Usage example, including component, action, motion, or utility API
I am currently struggling to customize the styles of a select. If I use the
multiple
attribute, I would like to be able to define the minimum height.When passing
overwrite
only the InputWrapper can be customized. By looking further into the code I found the attributeinputStyle
and tried to define further styles like this:Unfortunately, none of this works as desired. Can you please adapt the documentation?
Possible implementation - describe how the feature can be implemented
No response
Do you want to contribute this feature and create a pull request
No