We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Nova Version: 3.32.0
I have following code structure
Toggle::make(__('Standard'), 'is_standard') ->trueColor('green') ->falseColor('red') ->default(true), ConditionalContainer::make([ BelongsTo::make(__('Task Category'), 'taskCategory', 'App\Nova\TaskCategory') ->rules('required') ]) ->if('is_standard truthy true'),
As you can see from above images the validation didn't work on task standard field i.e belongs to field under conditional container.
The text was updated successfully, but these errors were encountered:
Can you try rollback 1 version and see if it works? v1.4.2
Sorry, something went wrong.
Yes it works for v1.4.2
composer.json
"digital-creative/conditional-container": "1.4.2",
No branches or pull requests
Nova Version: 3.32.0
I have following code structure
As you can see from above images the validation didn't work on task standard field i.e belongs to field under conditional container.
The text was updated successfully, but these errors were encountered: