reactjs / react-autocomplete

WAI-ARIA compliant React autocomplete (combobox) component
MIT License
2.17k stars 532 forks source link

Menu hides behind map component #219

Closed agrcrobles closed 7 years ago

agrcrobles commented 7 years ago

I think it will be nice to have a default zIndex: 1 in menuStyle to avoid behaviour shown below.

screenshot from 2017-03-30 01-08-29

CMTegner commented 7 years ago

You have full control over the menu styles in menuStyle and renderMenu. The default menu styles will likely go away in the near future.