Dickson Afful

Results 3 comments of Dickson Afful

I have the same config as yours. It works in the style tags. but in the template, it does not work. Kindly try it > it works for me, and...

Kindly check this [link](https://stackblitz.com/edit/vitejs-vite-lqopx6?file=src/App.vue) It works in style tag but not in template > > I have the same config as yours. > > It works in the style tags....

i tried this: ``` def build_field(self, field_name, info, model_class, nested_depth): action_config = self.get_action_config() if action_config and "depth" in action_config: depth = action_config.get("depth", None) else: depth = nested_depth return super().build_field(field_name, info,...