Opened 11 years ago
Last modified 10 years ago
#7769 open feature
An option needed to enable multiple selection by default.
Reported by: | aectann | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.selectable | Version: | 1.8.16 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
At the moment to select multiple elements using the selectable plugin user has to hold Ctrl button. If its needed to enable multiple selection by default, developers has to use a hack with overriding event.metaKey on mouse down event. It would be nice to have an option instead to enable multiple selection even if the Ctrl is not pressed.
Change History (6)
comment:1 Changed 11 years ago by
Milestone: | 1.9 → 1.next |
---|
comment:2 Changed 11 years ago by
Is there some kind of estimate on when that will be done? This feature is much wanted.
comment:4 Changed 11 years ago by
I made a simple fix to this by adding a new option that defaults to the old behaviour. https://github.com/jquery/jquery-ui/pull/504
comment:5 Changed 10 years ago by
Milestone: | 1.next → 2.0.0 |
---|
Note: See
TracTickets for help on using
tickets.
This will be considered when the selectable rewrite happens.