View in #patternfly-react on Slack
@jperry: @tlabaj or @kmcfaul wondering if one of you might know the answer to this. A dev I am working with posted in another Slack team: “I just discovered strange usage of dropdown. According to the docs Dropdown doesn’t have checkboxes and radio buttons but select has https://patternfly-react.surge.sh/patternfly-4/components/select/ Would it be more correct to use Select instead of Dropdown here?”
this is what the UI looks like without inspector on:
@tlabaj: Yes, the Select would be the correct component to use. The dropdown is intend for use as an action menu.
@jperry: Nice, thank you @tlabaj