See editor.bootstrap.js:152:
$('input:not([type=checkbox]):not([type=radio]), elect, textarea', field.node() )
Obviously it's a typo in "elect", which must read "select".
This breaks "SELECT" fields rendering in bootstrap.
See editor.bootstrap.js:152:
$('input:not([type=checkbox]):not([type=radio]), elect, textarea', field.node() )
Obviously it's a typo in "elect", which must read "select".
This breaks "SELECT" fields rendering in bootstrap.