Opened 13 years ago
Closed 11 years ago
#5807 closed bug (fixed)
Docs: list out ui properties for all events in a bulleted list
Reported by: | Scott González | 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
Change History (2)
comment:1 Changed 11 years ago by
Status: | new → open |
---|
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
This is done in the new API repo.