dojo / widgets

:rocket: Dojo - UI widgets.
https://widgets.dojo.io
Other
89 stars 66 forks source link

TextInput `Addon` approach re-work #1695

Closed tomdye closed 3 years ago

tomdye commented 3 years ago

The existing Addon usage for the Text-Input does not work properly with custom elements which is especially problematic when using material as it requires a class provided by addon for it's icon placement. Further to the above, the Addon approach is not very user friendly and can be confusing. I propose we remove it and instead, wrap the passed RenderResult in the addon class.