We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug report
The issue is related to all widgets that use templates
See https://codesandbox.io/s/0199y6zxwv (18.2.4) Compare the options the Form created with to the ones in the example that used the v18.2.4-beta.1: https://codesandbox.io/s/y3q9n2n5yv
IntegrationOptions added are incorrect:
"integrationOptions": { "templates": { "items[0].template": {}, "items[1].template": {}, "tabs[0].template": {} } }, "items[0].template": "items[0].template", "items[1].template": "items[1].template", "tabs[0].template": "tabs[0].template"
Correct integrationOptions added (actually, templates not required in this case)
The text was updated successfully, but these errors were encountered:
Incorrect integration options on widget creation
Sorry, something went wrong.
IlyaKhD
No branches or pull requests
Issue Type
bug report
Description
The issue is related to all widgets that use templates
Demo
See https://codesandbox.io/s/0199y6zxwv (18.2.4)
Compare the options the Form created with to the ones in the example that used the v18.2.4-beta.1: https://codesandbox.io/s/y3q9n2n5yv
Current Behavior
IntegrationOptions added are incorrect:
Expected Behavior
Correct integrationOptions added (actually, templates not required in this case)
Environment Details
The text was updated successfully, but these errors were encountered: