dillingham / nova-ajax-select

Ajax select / child select package for Laravel Nova
MIT License
87 stars 22 forks source link

Question: can a parent attribute be optional? #10

Closed preliot closed 5 years ago

preliot commented 5 years ago

In the documentation it's stated that the parent attribute could be optional.

Specify a request url & optionally the parent($attribute) to watch & trigger the ajax select:

What do you mean with optional? If i don't use the parent attribute, it doesn't seem to work.