System Information
- Strapi Version: 3.1.5
- Operating System:
- Database: sqlite
- Node Version:
- NPM Version:
- Yarn Version:
Hello,
I’m coding templates plugin and need to change values of EditView inputs depending on a plugin component state. I find out that I can not utilize useDataManager, so I fake onChange event for target fields. It works for text fields.
Any suggestions on how to do this without hacking?