dillingham / nova-ajax-select

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

Request: feedback when no options are available #7

Closed preliot closed 5 years ago

preliot commented 5 years ago

If no options are returned, the user gets no response.

For example: Say i have a company with several departments. One department is missing workers. When i select that department, nothing happens.

Would be nice if the text 'Choose an option' changes to 'No options'.

dillingham commented 5 years ago

@preliot Thanks, Ill look into adding this soon

preliot commented 5 years ago

@dillingham Much appreciated

dillingham commented 5 years ago

@preliot published this in 1.0.3 :)

preliot commented 5 years ago

Again, thanks for your efforts.