Hi,
Nova bus event "change" is not triggered
All native nova components trigger such event ( Nova.$emit(${attribute}-change... )
Normally it's just required a couple of change:
- add nova "FormEvents" to mixins
- add this.emitFieldValueChange(this.fieldAttribute, value) where you handle update field event
Can you implement it?
Regards