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
_Templated is not converted to dijit/_TemplatedMixin.
Also, when a widget has widgetsInTempalte: true, the dijit/_WidgetsInTemplateMixin mixin should be added.
widgetsInTempalte
true
The text was updated successfully, but these errors were encountered:
I see you are already converting templatePath to templateString (and loading the template via dojo/text!).
The other minor point is that technically waiRole and waiState in templates should be converted (as explained in http://dojotoolkit.org/reference-guide/1.8/releasenotes/migration-2.0.html#releasenotes-migration-2-0), but maybe that's not important enough to worry about. I doubt many people are using those attributes.
Sorry, something went wrong.
No branches or pull requests
_Templated is not converted to dijit/_TemplatedMixin.
Also, when a widget has
widgetsInTempalte
:true
, the dijit/_WidgetsInTemplateMixin mixin should be added.The text was updated successfully, but these errors were encountered: