Open
Description
Environment
Please provide as many details as you can:
- Hosting type
- Local deployment
- Version: 8.0.0
- Local deployment
- Formio.js version: 5.0.0
- Frontend framework: Angular 18.2
- Browser: chrome
- Browser version: 132.0
Steps to Reproduce
- Trying to pass string 'es' to [language] input in formio angular selector throws type 'String' is not assignable to type EventEmitter
- Documentation describes language as a string input
- I created an EventEmitter which executes and sends 'es' string to [language] input, and language changes correctly.
- Also documentation says to set la language con options but FormioOptions interface doesn't allow language attribute in new version anymore.
Expected behavior
To allow developers to assign language in options or to create a new input to send current language as string