You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building a new custom field component i need update BelongsTo relation via vue component.
using the this.emitFieldValue works fine with simple field (Text, Number ...) but for BelongsTo component
when set key value (this.emitFieldValue('city', 1)) should be displayed the city name.