I needed fields with redactor beeing required. Not only there is not way to set required inside your class, but also when i set required to options of the input (and i get <textarea ... required="required" ...> when i leave input empty and try to validate form im getting
,,An invalid form control with name='Model[desc]' is not focusable.'' and users still dont see red border around required redactor input.
Therefore for now the pluing is worthless.
I needed fields with redactor beeing required. Not only there is not way to set required inside your class, but also when i set required to options of the input (and i get <textarea ... required="required" ...> when i leave input empty and try to validate form im getting ,,An invalid form control with name='Model[desc]' is not focusable.'' and users still dont see red border around required redactor input. Therefore for now the pluing is worthless.