You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUG] Formio 8 with Angular 18 expects [language] input to be an EventEmitter not a string. It throws console error despite sending language as EventEmitter
#1123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Looks like you should be able to pass an event emitter or a string to the language option. Created a pr to fix this here #1136
"Also documentation says to set la language con options but FormioOptions interface doesn't allow language attribute in new version anymore."
Were in the documentation do you see this? We'll try and get that updated as well
Environment
Please provide as many details as you can:
Steps to Reproduce
Expected behavior
To allow developers to assign language in options or to create a new input to send current language as string
The text was updated successfully, but these errors were encountered: