andycmaj / react-chat-renderer

React JSX factory implementation for Slack
15 stars 0 forks source link

add option_groups to select element props #57

Closed davemeyer closed 3 years ago

davemeyer commented 3 years ago

single and multi select elements can take a list of options or a list of option_groups. right now we only support options.

option groups allow distinct labeled groups of options image