-
Notifications
You must be signed in to change notification settings - Fork 32
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
using checkboxes with dependency container #17
Comments
Hi @Dontorpedo. Are you able to share any code examples of what you are trying to setup please? |
right now i use the dependency container like so:
then i am also checking in my code like
i try to replace the booleans with your checkboxes bc. yours is more compact.. ;)
|
Thanks @Dontorpedo ... makes sense. You need to change ... NovaDependencyContainer::make([
Text::make('Recipient', 'email_to'),
Text::make('Subject', 'email_subject'),
Textarea::make('Nachricht', 'email_message')
])->dependsOn('options', 'email'), |
´´´´ ´´´´ ha, works.. thanks.. but it works only one-way.. unckexng the checkbox doesnt close the element. |
Hi i try to use your checkboxesfield with this package
https://novapackages.com/packages/epartment/nova-dependency-container
but i dont know how to use it together, is it even possible?
using with booleans was easy but, cant find the right value to use..
The text was updated successfully, but these errors were encountered: