mohamedsabil83 / filament-forms-tinyeditor

A TinyMce Editor component for filament
MIT License
164 stars 37 forks source link

[Bug]: not work required check #111

Closed vi-kt0r closed 7 months ago

vi-kt0r commented 7 months ago

What happened?

after add code : TinyEditor::make('text')->required(), - and after write text into editor - i get error : field is required. But text exist in editor

image

How to reproduce the bug

after add code : TinyEditor::make('text')->required(), - and after write text into editor - i get error : field is required. But text exist in editor

Package Version

2

PHP Version

8.2

Laravel Version

10

Which operating systems does with happen with?

No response

Notes

No response