+----------------+ | version 0.5.1 | | 2012-08-17 | +----------------+ -- FIXES -- * reduced browser layout activity * Made change so that combobox could be used in conjunction with a form that submits on enter key press * fixed issue where tabbing away from field doesn't hide drop down Thanks to Patrick Cook https://github.com/kycook +----------------+ | version 0.5.0 | | 2012-01-15 | +----------------+ -- NEW FEATURES -- * minor tweak to button styling - new arrow graphic - minor generated markup change * changing combobox value using selector triggers input change event -- FIXES -- * fixed #2: html click behavior is now attached and unattached as select list is displayed and hidden. * added max-height with scrolling to selector list +----------------+ | version 0.4.1 | | 2011-07-21 | +----------------+ -- FIXES -- * removed calls to console for debugging +----------------+ | version 0.4 | | 2011-07-16 | +----------------+ -- NEW FEATURES -- * behaves more like an auto-complete. * clicking options button shows all options, unfiltered +----------------+ | version 0.3 | | 2011-07-01 | +----------------+ -- NEW FEATURES -- * Select list that gets displayed is filtered based on maching the starting letters of the value already in the input field. +----------------+ | version 0.2 | | 2010-02-25 | +----------------+ -- NEW FEATURES -- * Combobox.setSelectOptions(): - new method for changing select options after instantiation. +----------------+ | version 0.1 | | 2010-02-25 | +----------------+ First version of jquery.combobox plugin. -- PRIMARY FEATURES -- * jQuery().combobox(): - converts matched text inputs into comboboxes with options provided. * jQuery.combobox.instances(): - an array of Combobox object instances previously created.