Blueprint: Feature request: MultiSelect popover control on tag removed

Created on 14 Feb 2019  路  2Comments  路  Source: palantir/blueprint

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

core needs proposal feature request help wanted

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.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings