WTForms TextAreaField DataRequired not raising validation error in Bootstrap modal
问题 I have a very small form in a bootstrap modal including just two fields: a TextAreaField and a Submit button. My TextAreField is DataRequired . On top of that this field uses CKEditor (similar to quillsJS) to make the text area WYSIWYG. Problem is that the form submits even when no data has been entered, and reloads the parent page. I would very much like to know how to prevent that form submission and raise the validation error when no data has been entered. I would like to get WTForm