Hello,
I’m using groceryCrudSetFieldValue('country_id', '181')
which works fine by itself. However because I have state_id, city_id with setDependentRelation It only fills the country_id value without triggering .trigger('change')
the state_id to get the values.
Is there a way by using groceryCrudSetFieldValue to get same results as I would select the country in the browser ?
Regards