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

textarea.blade.php does not work properly #16

Open
ahmed371 opened this issue Jan 29, 2024 · 1 comment
Open

textarea.blade.php does not work properly #16

ahmed371 opened this issue Jan 29, 2024 · 1 comment

Comments

@ahmed371
Copy link

When you make a new post and select no image for Thumbnail and publish then the message "The thumbnail field is required" appears
and the textarea of Excerpt and Body become empty

@ahmed371
Copy link
Author

solution to change this

{{ $slot ?? old($name) }}</textarea>
to this
{{ old($name) ?? $slot }}</textarea>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant