Closed michalkvasnicak closed 4 years ago
When using createSelectMenu with
createSelectMenu
{ defaultProps: { menuProps: { styles: {} } } }
it seems that styles are not overridden correctly. Maybe we need to merge them?
styles
Also check this for AutocompleteInput
Ok styles are not used on Menu because Menu just wraps Popover, so we need to use popoverProps.styles for this.
Menu
Popover
popoverProps.styles
When using
createSelectMenu
withit seems that
styles
are not overridden correctly. Maybe we need to merge them?Also check this for AutocompleteInput