Opened 14 years ago
Closed 14 years ago
#2884 closed defect (fixed)
AutoCompleter and Select do not need extra hidden DOM nodes
Reported by: | guest | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.9 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
AutoCompleter? should be able to pull the form value to submit from the visible input field.
Select might need an invisible node to properly submit the hidden value, but does not need to store a separate invisible node for the visible value.
Change History (3)
comment:1 Changed 14 years ago by
Component: | General → Widgets |
---|---|
Owner: | changed from anonymous to [email protected]… |
comment:2 Changed 14 years ago by
Owner: | changed from [email protected]… to haysmark |
---|
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [8401]) Fixes #2313, #2562, #2883, #2884 (proxy commit of changes made by haysmark). try/catch blocks removed. New queryIgnoreCase added. labelFunc now takes a dojo.data item instead of a string. hidden input tag removed from autocompleter template.