You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior, when selecting an option from multiple-select dropdown, the menu closes requiring the user to either start typing or click chevron again.
Seeing as the use-case for this component is being able to select multiple options, it would be nice if the dropdown remained open until losing focus, whether by clicking away from menu, or by pressing escape
The text was updated successfully, but these errors were encountered:
Related to irsyadadl#214
Update `MultipleSelect` component to keep the dropdown open after selection.
* Add `shouldCloseOnBlur={false}` to `Popover.Picker` to prevent closing on blur.
* Modify `onSelectionChange` function to keep the dropdown open after setting the selected key and input value.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/justdlabs/justd/issues/214?shareId=XXXX-XXXX-XXXX-XXXX).
See title.
Current behavior, when selecting an option from multiple-select dropdown, the menu closes requiring the user to either start typing or click chevron again.
Seeing as the use-case for this component is being able to select multiple options, it would be nice if the dropdown remained open until losing focus, whether by clicking away from menu, or by pressing escape
The text was updated successfully, but these errors were encountered: