#Changelog
Fixed: Update Leaf and update SelectizeMultiSelect to use new base class
Fixed: use self instead of this
Added: add/remove js-processing to viewnode before/after raise server event for SelectizeAjaxDropDown
Fixed: Removed debugger
Fixed: Rerendering now works independently from reloading as this was causing other issues
Fixed: Rerendering the select with new options now works
* Setting the value of viewnode with jquery
* Make sure Value changed is triggerd, and getValue works the same for Single, and Multiselects
* Fix Selectize value not being updated when setValue is called for a viewbridge
* Fix arraying an empty value from multiselect inputs
* Fix get value returning signle value for multiselect dropdowns
* Fix multiselect dropdown get value
* Disable "Add new..." by default for dropdowns
* Fix for selected value not being respected
* Using Selectize for better ajax searchable inputs
* Refactored the Single select and multi select dropdowns
* Added Multi Select, with Ajax Dropdown
* Initial version with one Dropdown