Adam Tirella
Adam Tirella
@jcfranco @driskull > I think we should at least look for any animation props that would look odd in RTL. The rest may be minor and worth tackling later. I'll...
This implementation from SAP also uses "none": https://sap.github.io/ui5-webcomponents/playground/components/Tree/
Do we need to allow this to be configured at all? Should users just be adding and removing the element, or does having the ability to toggle visibility via prop...
Hi @janett-baresel - is there a direct link to a viewable example of this? I have tried to replicate it but have been unable to replicate step 4 above: https://jsbin.com/jawibomese/edit?html,output...
This one's tough as we match native behavior and there is no native placeholder attribute. The single-select combobox could accomplish this: ``` ``` Although the above [does not allow you...
That would work - it seems like that works only when `hidden` is the first option. Maybe we could just render that internally based on the presence of an (added)...
@jcfranco @benelan thoughts on re-triaging this or considering having a placeholder affordance for a select? It could be a bit of a break from native behavior but it seems like...
It does seem a bit weird that we have a default set at all. I almost wonder if it should be rendering a plain div / span by default, and...
Correct, I think we said the default internally rendered element would be a div, or span (defer to @geospatialem), and it would only render h1-h6 when requested via prop. No...
Yeah that would be great, this comment is a good start but should be verified: https://github.com/Esri/calcite-components/issues/1220#issuecomment-890162861