quill.validators

Module Contents

Classes

HtmlDataRequired

Checks the field's data contains text inside HTML otherwise stops the

class quill.validators.HtmlDataRequired(message: str | None = None)[source]

Checks the field’s data contains text inside HTML otherwise stops the validation chain.

field_flags[source]
__call__(form: wtforms.form.BaseForm, field: wtforms.Field) None[source]