FlexBox was designed to be a jQuery plugin that is intended to be a very flexible replacement for html textboxes and dropdowns, using ajax to retrieve and bind JSON data.
It can be used as a:
- ComboBox, with per-result html templates
- Suggest box, like Google's search
- Data-driven type-ahead input box
It supports:
- Theming/Skinning via css
- Flexible paging
- Configurable client-side caching
Requirements:
· jQuery
What's New in This Release: [ read full changelog ]
Defect fixes, and new features:
· 3496: FEATURE: Allow client-side paging
· 3319: FEATURE: Allow passing JSON object as first parameter to FlexBox
· 3405: ISSUE: Disable autocompleter
· 3323: ISSUE: Backspace key in input box does not work elegantly