Search and Top Navigation
#4417 open feature ()
Opened March 30, 2009 11:05PM UTC
Last modified November 05, 2012 09:48AM UTC
requested option to disable multiselect
| Reported by: | AlfredR | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.0.0 |
| Component: | ui.selectable | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
I am working on a project which in some areas requires the multiselect functionality of selectable. In other areas it only makes sense to select a single item, however I still find it desirable to use selectable for consistency of the user interface, and because I must re-implement a subset of it's existing event handlers for manually tagging elements (with .ui-selecting and .ui-selected) in response to the appropriate mouse actions.
A simple change such as this would increase the utility of this component and make it easier to provide a consistent user interface.
Attachments (1)
Change History (4)
Changed April 10, 2009 10:34PM UTC by comment:1
Changed May 07, 2009 12:48PM UTC by comment:2
| milestone: | TBD → 1.8 |
|---|
Related discussion: http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/6f32044df3689e06
Patch needs testing.
Changed October 11, 2012 02:52PM UTC by comment:3
| milestone: | 1.9.0 → 2.0.0 |
|---|
Changed November 05, 2012 09:48AM UTC by comment:4
| status: | new → open |
|---|
Consider for redesign.
This patch adds an option called multiselect, which defaults to true. When false, only one item can be selected at a time.