System Information
- Strapi Version: 4.4.5
- Operating System: macOS
- Database: mysql
- Node Version: 16.x
- NPM Version:
- Yarn Version:
Hi everyone, i have a dynamic component repeated field. Users can choose this field is Topic component or Step component. I want to config that if in first select dynamic component field, the choosen component will be auto selected in adding component next time.
Example: When create content, a user click “Add component to content”, component selection appear (Topic or Step). Then, this user choose Topic component and in next time, user click “Add component to content” again, i want to auto select Topic component.
Thanks for your help!