[fix] SELECT broken in bootstrap in Editor 1.7.0

[fix] SELECT broken in bootstrap in Editor 1.7.0

egorfineegorfine Posts: 1Questions: 1Answers: 0

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.

Answers

This discussion has been closed.