Coves frontend - a photon fork

fix(forms): apply required to textareas so validation is visible master

TextArea accepted a required prop but only styled the label asterisk — the attribute never reached the <textarea>, so required markdown fields (e.g. community description) blocked submission silently with no feedback. Apply the attribute, and surface the asterisk on MarkdownEditor's own label too. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>


+8 -1
2 changed files