yiidoc / yii2-redactor

Extension Redactor WYSIWYG for Yii2 framework
BSD 3-Clause "New" or "Revised" License
186 stars 87 forks source link

Required - error #37

Open Setitch opened 9 years ago

Setitch commented 9 years ago

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.