quill.validators

Classes

HtmlDataRequired

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

Module Contents

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]
message[source]
__call__(form: wtforms.form.BaseForm, field: wtforms.Field) None[source]