Byteclaw/visage

[Select/AutocompleteInput] - styles are not passed correctly from menuProps

Closed this issue · 1 comments

When using createSelectMenu with

{
  defaultProps: {
    menuProps: {
     styles: {}
    }
  }
}

it seems that styles are not overridden correctly. Maybe we need to merge them?

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.