Skip to main content

Search and Top Navigation

#5807 closed bug (fixed)

Opened July 07, 2010 05:10PM UTC

Closed August 28, 2012 01:23AM UTC

Docs: list out ui properties for all events in a bulleted list

Reported by: scottgonzalez Owned by:
Priority: minor Milestone: 1.9.0
Component: [meta] ui.docs Version: 1.8.2
Keywords: Cc:
Blocked by: Blocking:
Description

Example of suggested update from autocomplete's select event:

Triggered when an item is selected from the menu; ui.item refers to the selected item. The default action of select is to replace the text field's value with the value of the selected item. Canceling this event prevents the value from being updated, but does not prevent the menu from closing.

Should be:

Triggered when an item is selected from the menu. The default action of select is to replace the text field's value with the value of the selected item. Canceling this event prevents the value from being updated, but does not prevent the menu from closing.

ui object:

  • ui.item - refers to the selected item
Attachments (0)
Change History (2)

Changed February 27, 2012 11:24AM UTC by jzaefferer comment:1

status: newopen

Changed August 28, 2012 01:23AM UTC by scottgonzalez comment:2

resolution: → fixed
status: openclosed

This is done in the new API repo.