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
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 attribute inputStyle and tried to define further styles like this:
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
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
The text was updated successfully, but these errors were encountered: