Opened 14 years ago
Closed 14 years ago
#1797 closed enhancement (duplicate)
Minor enhancement, ComboBox search limit
Reported by: | Owned by: | Douglas Hays | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Widgets | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Allow passing the searchLimit from the comboBox widget to the data provider.
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | ComboBox.patch added |
---|
comment:1 Changed 14 years ago by
Milestone: | → 0.5 |
---|
It's easy to do this for basicComboboxDataProvider, but what about incrementalComboboxDataProvider? Should this option be a URL parameter (I guess, only if it isn't the default value)? Also, what about "searchType" and "caseSensitive"? Those should probably be handled too.
comment:2 Changed 14 years ago by
Owner: | changed from bill to Douglas Hays |
---|
Note: See
TracTickets for help on using
tickets.
The patch (Jonathan Bond-Caron)