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
It would be very useful if the initial options in responsive mode could be loaded without specifying a non-empty default value.
At the moment the initial Ajax call is only done if there's a value. But in case there is no sensible default and the initial options depend on some other field/parent then nothing is loaded.
I think there should be an option to load initial options either using parent field value or by providing the initial query parameters to the field.
As of now:
// FormField.vue// If field is responsive, do we have any initial valuesif(this.field.value){returnthis.loadInitialOptions(this.field.value);}
The text was updated successfully, but these errors were encountered:
AkselMeola
pushed a commit
to AkselMeola/nova-ajax-field
that referenced
this issue
Jan 7, 2025
It would be very useful if the initial options in responsive mode could be loaded without specifying a non-empty default value.
At the moment the initial Ajax call is only done if there's a value. But in case there is no sensible default and the initial options depend on some other field/parent then nothing is loaded.
I think there should be an option to load initial options either using parent field value or by providing the initial query parameters to the field.
As of now:
The text was updated successfully, but these errors were encountered: