Searchable Select field do not emit global change event #6523
-
Description:Was this ever addressed - @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? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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. |
Beta Was this translation helpful? Give feedback.
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.