-
Notifications
You must be signed in to change notification settings - Fork 100
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
Question: How do I make the input required? #2
Comments
Hey @ziming. Thanks for your interest in the library. You can export the views of the library and add it manually yourself in the |
Hmm i'm kinda a noobie here so all my livewire select field will now be required? How do I make it on a case by case basis? Currently i do it this way for search-input.blade.php, but it applies to all livewire select search fields
|
Hey @ziming, |
Hi, Are you using your component as a child one? In this case follow this steps: -Call the Livewire model in your parent component
Hope this helps you 😊 |
How do I make the input field have html5 required attribute?
Thank you and have a nice day
The text was updated successfully, but these errors were encountered: