emit field value change on component created #4300
-
|
This week I was working on upgrading a third-party field to get compatible with Nova 4 and accidentally saw that Nova SelectField and so many other fields are doing emit on value change, which is super powerful on the third-party components to conditionally do something if a field value got changed. But also it would be so much great if we could use at the moment only SelectField supports value change on created cycle and when value gets changed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
No, this would clash with Dependent Fields feature.
All other fields emits the event from either |
Beta Was this translation helpful? Give feedback.
No, this would clash with Dependent Fields feature.
All other fields emits the event from either
DependentFormFieldorFormFieldmixins.