Maxime Pacary
Maxime Pacary
@tharindusathis `yourProp` contains the typed value in the autocompleted field. Instead of "intuitively" using `v-model="yourProp"`, you have to write `:value="yourProp"` (this is part of the workaround) Taking the original post...
It seems that you are missing `@input="value = $event.target.value"` At the end you should have something like: ``` ```
I got a very similar behavior with tax rates access: * As a superadmin, create a seller account and assign him a role having **no access to tax rates** but...
Reproduced on v2.0.1
I cannot create a multi-vendor order from Admin UI either on v2.0.1. I guess that for the moment, multi-vendor order creation is only supported by calling the relevant GraphQL mutations...
After further investigation, it turns out I had an issue with channels associated to a product variant (only default channel was assigned in DB, instead of default channel + the...