bootstrap components 1.2.1

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.

We are receiving tons of warnings using Bootstrap Table component:

WARN org.sablo.IndexPageEnhancer - same lib with lower version found: {“name”:“font-awesome.css”,“mimetype”:“text/css”,“version”:“4.6.3”,“url”:“servoyextra/textfieldgroup/lib/font-awesome.min.css”,“group”:false} using lib: {“name”:“font-awesome.css”,“mimetype”:“text/css”,“version”:“4.7.0”,“url”:“bootstrapextracomponents/font-awesome/css/font-awesome.min.css”,“group”:false}

How can we avoid this?

You can’t (or you need to patch one of the 2)
i guess we need to make sure that all libs are using the latest (or same) font-awesome stuff.