Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: MultiSelect popover control on tag removed #3357

Open
coreylenertz opened this issue Feb 14, 2019 · 2 comments
Open

Feature request: MultiSelect popover control on tag removed #3357

coreylenertz opened this issue Feb 14, 2019 · 2 comments

Comments

@coreylenertz
Copy link

Environment

  • Package version(s): 3.6.1
  • Browser and OS versions: Chrome 71, Windows 7/10

Feature request

MultiSelect dropdown opens when a tag is removed.
Request ability to prevent dropdown from opening if so desired.

Examples

The MultiSelect example demonstrates undesired behavior.
Options do not provide ability to block popup when tag is removed.
https://github.com/palantir/blueprint/blob/develop/packages/docs-app/src/examples/select-examples/multiSelectExample.tsx

@adidahiya
Copy link
Contributor

actually if you set openOnKeyDown={true} then you get the behavior you're looking for. does that work for your use case?

@nick
Copy link

nick commented Mar 12, 2019

I'm finding this too. Using openOnKeyDown={true} will not open the popover when you initially click the input box. I'd like the popover to open when I click the input, but not when I remove the tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants