Skip to main content

Search and Top Navigation

#7274 closed enhancement (wontfix)

Opened April 20, 2011 01:46PM UTC

Closed April 25, 2011 12:02AM UTC

Last modified April 26, 2011 06:25PM UTC

Combobox example expanded to make interaction more like other comboboxes

Reported by: BigBlueHat Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.autocomplete Version: 1.8.10
Keywords: Cc:
Blocked by: Blocking:
Description

I've added a few features to the combobox code example given in the documentation:

http://jqueryui.com/demos/autocomplete/#combobox

The additions include:1

1. selection of single remaining item if tab or enter is pressed

2. selection of an available option is "forced"

-- unlike autocomplete, choices should be restricted to the available list of options in a combobox

NOTE: #2 could be debated (or made configurable) if the combobx was being used for creation *or* selection vs. just selection.

The full ui.combobox is avaiable here:

https://gist.github.com/929478

Attachments (0)
Change History (2)

Changed April 25, 2011 12:02AM UTC by scottgonzalez comment:1

resolution: → wontfix
status: newclosed

The combobox is just a demo, it's not a full widget. Unless it becomes a fully designed, documented and tested widget, we don't want to add features or options or change any behavior unless something is clearly broken.

Changed April 26, 2011 06:25PM UTC by BigBlueHat comment:2

Why not continue to iterate on it in the wiki, so it could be considered a full-fledged widget later? There are no doubt people (like me) who are using it in production and would appreciate knowing it was still being cared for in some way.

Please consider adding this to the Demos & Documentations section and/or giving the community a way to contribute to those demos.

Thanks.