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.
The existing
Addon
usage for theText-Input
does not work properly with custom elements which is especially problematic when usingmaterial
as it requires a class provided byaddon
for it's icon placement. Further to the above, theAddon
approach is not very user friendly and can be confusing. I propose we remove it and instead, wrap the passedRenderResult
in the addon class.