- Fixed issue #11: The last initialization of mfs overwrites the settings of all earlier initialized mfs-instances.
- Fixed issue with multipleAutoClose not working
- Added active class to container when dropdown is open/active - issue #19
- Added an optional alternative title when the selected value is an empty string - issue #18
- Fixed styling new (injected) select elements on refresh
- Fixed refreshing selected values on touch devices
- Added multipleTitleNone and multipleAutoClose config options for multi select elements
- Fixed issue #10: Make it work with the multiple attribute on a select element
- Minor changes to prevent issues with concatenated scripts and/or other plugins that are not closed properly
- CSS fix to enable native select on Adroid devices (issue #9)
- Added disableTouch option to use native select options on mobile and touch devices (issue #9)
- Added autoWidth option (issue #3)
- Enabled scrolling on dropdown list (issue #2, #4, #5)
- Fixed issue #8: Keyboard navigation breaks when initiating mfs more than once.
- Fixed bug with searching for option while typing
- Fixed documentation and stuff
- Added dropdownHandle option
- Added search for option while typing and dropdown is active
- Updated jQuery version used in demo to 2.0.0
- Fixed issue: It is possible to initialize the mfs selector twice for the same select element
- Fixed issue: The selected options doesn't get the class selected after initialization
- Fixed compatibility issues with jQuery 1.9
- Added support for optgroup options
- Added better styled demo
- Organized folders
- Fixed active status on opening when there is already an selected option
- Code cleanup
- Added destroy and refresh function
- Initial public beta release