Typo in Editor.Bootstrap.js for 1.7.0?
Typo in Editor.Bootstrap.js for 1.7.0?
ehutchinson
Posts: 1Questions: 1Answers: 0
I'm not sure if this is the best place to post this but I noticed the select form input for bootstrap 3 and 4 was missing the form-control class. It looks like this is due to a typo on line 152 on the editor.bootstrap.js file. It currently reads:
$('input:not([type=checkbox]):not([type=radio]), elect, textarea', field.node() )
Changing the typo, 'elect', to 'select' adds the form-control class to the select input.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Thank you! You are absolutely correct. The fix is committed and it will be in 1.7.1 which will be out later this month.
Regards,
Allan