onaluf / fate

Flexible Angular Text Editor
MIT License
37 stars 14 forks source link

fate-material "required" attribute has no effect #67

Closed ghost closed 4 years ago

ghost commented 4 years ago

When using fate-material in an angular form, the "required" attribute has no effect on the text field. I'd love to at least having the asterisk following the placeholder (e.g. "Placeholder*").

Example of what I'm trying to do:

<fate-material placeholder="Content"
               formControlName="contentCtrl"
               [buttons]="editorButtons"
               required></fate-material>
onaluf commented 4 years ago

fixed in v1.10.1

onaluf commented 4 years ago

Well that didn't work, not sure why I thought it did...

onaluf commented 4 years ago

reopened the wrong issue

JGMAGNO commented 3 years ago

any update on this?

onaluf commented 3 years ago

I thought this was fixed, I'll have a look...