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
When it's configured fields as select, Magento doesn't display it, and in the console we get the following error:
Uncaught ReferenceError: Unable to process binding “optgroup: function(){return options }”
The field is displayed but it doesn't have any option in there
Notes: Check this link for and code snippet to solve the problem
https://magento.stackexchange.com/questions/280897/in-magento-2-uncaught-referenceerror-unable-to-process-binding-optgroup-funct
Thanks!
The text was updated successfully, but these errors were encountered:
Also, yo have to pass the options array defined in the source model, or wherever you definde the options for the select list, you can check https://devdocs.magento.com/guides/v2.4/ui_comp_guide/components/ui-select.html
Sorry, something went wrong.
No branches or pull requests
When it's configured fields as select, Magento doesn't display it, and in the console we get the following error:
Uncaught ReferenceError: Unable to process binding “optgroup: function(){return options }”
The field is displayed but it doesn't have any option in there
Notes:
Check this link for and code snippet to solve the problem
https://magento.stackexchange.com/questions/280897/in-magento-2-uncaught-referenceerror-unable-to-process-binding-optgroup-funct
Thanks!
The text was updated successfully, but these errors were encountered: