MultiSelect dropdown opens when a tag is removed.
Request ability to prevent dropdown from opening if so desired.
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
actually if you set openOnKeyDown={true} then you get the behavior you're looking for. does that work for your use case?
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.
Most helpful comment
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.