react-autosuggest icon indicating copy to clipboard operation
react-autosuggest copied to clipboard

`renderSectionContainer`

Open OliverJAsh opened this issue 4 years ago • 2 comments

As originally suggested in https://github.com/moroshko/react-autosuggest/issues/358

For context, I needed this to build the following design:

image

OliverJAsh avatar Feb 22 '21 11:02 OliverJAsh

Can this be merged? This would be extremely useful.

gallantdon avatar Aug 17 '21 12:08 gallantdon

Also need this for a very customized autosuggestion popup. Currently what we have to do is very hacky and complex considering the simplicity of the problem. All we need to do is essentially render one section as flex row instead of flex column based on the type of section, but without this renderSectionContainer there is no simple way of achieving that

frederik-oestergaard avatar Apr 17 '22 16:04 frederik-oestergaard