Missing textarea class in Editor Bootstrap
Missing textarea class in Editor Bootstrap
 aachevalier            
            
                Posts: 8Questions: 0Answers: 0
aachevalier            
            
                Posts: 8Questions: 0Answers: 0            
            
            
                            
                                  in Bug reports             
        The form-control class is added on inputs and select boxes but not on textareas. So they don't get the bootstrap style.
This discussion has been closed.
            
Replies
Thanks for pointing that out!
In the
editor.bootstrap.jsfile there are two instances of:Adding
textareato the selector fixes that.The fix will be in the next release.
Regards,
Allan
Thanks Allan! :)