nova-conditional-if
nova-conditional-if copied to clipboard
If you need to hide a field by means of a condition of another field, this package is perfect.
This code fails when the input value contains a single quote as the value is not escaped prior to being wrapped with single quotes, in `form-panel-custom.vue`: ``` for (let i...
Hello, I have a scenario where i'm adding the conditional field in the layout from a package called flexible content but for some reason, it's not working. here is my...
This function does not check withTrashed() models and this exception is raised : **exception**: "ErrorException" **file**: "\vendor\izi-dev\nova-conditional-field\src\Http\Controllers\ConditionController.php" **line**: 65 **message**: "Trying to get property 'type' of non-object" public function model()...
Hi, Somewhere between Nova 3.3 and 3.30, the default Form/Panel.vue has had this prop added: `:show-help-text="field.helpText != null"` `DefaultField` then maps this prop, instead of defining the default value of...
Not working on Heading field.
When creating a conditional, and the conditional form is required but not selected, then it's impossible to submit the form because behind the scenes Nova is still trying to do...
I am looking to add an OR Statement like this. ` ->if([''], "_value. === 'bar' || _value.type === 'foo'")`
Hey, thanks for the good package. I wanted to use conditional fields inside an action, but it seems it's not working. All fields despite the status of their conditions will...