see: https://github.com/Servoy/bootstrapcomp ... tag/v1.2.1
List component polyfill to support this html component also on Safari browsers
and some other fixes for auto complete
Textbox, support setting the input type at runtime (setInputType api added)
Added placehodertext property on calendar,list,textarea and typeahead
Combobox fix for when a real value is not found in the valuelist (display value can't be resolved)
Typeahead will fire ondatachange at the moment the selection is changed
Renamed the filtername this package provides to not be in conflict with the default servoy filtername (fixes default selection issues)
Textbox fixed maxlength of format not honored
Label should only have a tabsequence if it has an event attached to it.