Arturo Castillo Delgado
Arturo Castillo Delgado
Thank you @tommy-codez for the suggestion and thank you @Lalaluka for chiming in. It would be useful indeed. I'm wondering whether this should be a variant of the Dropdown or...
I got confused with the many "conversations" I opened in the comments, haha, sorry 🙏
Hey @mato-a, thanks for opening this! The `ghost` variant is supported already, styles/design was recently updated during the dark mode refactor. It's in the variants selector in Storybook to try...
Perfect, thank you @mato-a — I just checked with design and there will be one more revision to the ghost button. So we'll discuss adding the new variant as well.
Hello @rriedeltsi thank you for your kind words! Unfortunately there's no easy way to do this. As you have guessed, if you pass a React component directly, the web component...
My pleasure, I'm glad it worked. `renderToString` returns a string with HTML, it's simpler than you may think. Rendering React in the server and hydrating on the client is indeed...
> in data-grid.css i replaced the headline typography styles with the new `--telekom-text-style` tokens as semantically they seemed to fit. However, the values are different, and, as discussed elsewhere, i...
Hey, thanks for asking @tschinski Why do you need to render it based on a condition? I would render it always, and open/close it when needed. Would that solve your...
Hi @nikolab-pn, thanks for opening this. This is intended and it's the expected behaviour to fulfil the accessibility requirements. What is your use case?
Thanks for the clarification! > We managed to switch focus when modal opens so this is not big problem. I'm glad to hear 👍 > Maybe some property that would...