Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Form editor field with required rule don't work #226

Closed
techbly opened this issue Jun 16, 2020 · 1 comment
Closed

Form editor field with required rule don't work #226

techbly opened this issue Jun 16, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@techbly
Copy link
Contributor

techbly commented Jun 16, 2020

Laravel Version: 7.*
PHP Version: 7.2.5
Dcat Admin Version: 1.5.0

Description:

$form->editor('content', 'Content')->rules('required');

when the form is filed, it keeps on displaying error message:
The Content Field Is Required.

Steps To Reproduce:

@jqhph jqhph added the bug Something isn't working label Jun 17, 2020
@jqhph
Copy link
Owner

jqhph commented Jun 17, 2020

Thanks for the report, we have a temporary solution

$form->editor('content', 'Content')->required();

@jqhph jqhph closed this as completed in f581179 Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants