Closed hasnatbabur closed 4 years ago
Was working fine earlier. Suddenly stopped working.
I have similar codes like this for link type, text type, image type:
NovaDependencyContainer::make([ Textarea::make('Content', 'content')->rows(1) ->rules(['required'])->alwaysShow(), ]) ->dependsOn('type', post_type_link()) ->hideFromIndex(), // hide index
It is no longer toggling for different post type field. Thanks
The problem was with Enums and case sensitivity. It is fixed now. Thanks
Was working fine earlier. Suddenly stopped working.
I have similar codes like this for link type, text type, image type:
It is no longer toggling for different post type field. Thanks