laravel / nova-issues

554 stars 34 forks source link

Searchable Select field do not emit global change event #6522

Closed hybrid1969 closed 2 weeks ago

hybrid1969 commented 3 weeks ago

Description:

Was this ever addressed - Searchable Select field do not emit global change event #3569 https://github.com/laravel/nova-issues/issues/3569

@dalmarcolucas did you ever find a workaround as I tried your suggestions without success and this still seems to still be an issue, which is a major miss in my opinion?

crynobone commented 2 weeks ago

Hi there,

Field events are now strictly for internal usage and dependent fields. You can try to listen to it, but the API is locked for internal use only. With the introduction of inline relationship form and repeater, it becomes unreliable to provide global events as field name will not always be unique. This wasn't an issue in Nova 3 as described in #3569 since such features is not available at the time.