Daniel O’Connor
Daniel O’Connor
I removed this BTW from the docs a while back to keep the our documentation environment similar to the that of the consumers that use Thumbprint.
Probably shouldn't use since it's still experimental: https://caniuse.com/#feat=mdn-css_selectors_focus-visible https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible#Specifications @tomgenoni — What do you think?
Agreed. Closing this. We can revisit once the spec is finalized.
Re-opening this so we can track since the topic comes up from time to time and we'd evenutally like to do something about it.
Thanks for the request! @georgeashworth, do you have any deadline that requires this? From what I understand @alpb0130 has found a workaround in the meantime. I'd like to spend more...
Awesome, thanks for the helpful context. 👍
One hesitation I had initially is that these is that the `max`, `min`, and `step` props only make sense if `type="number`. Ideally, our components APIs would be designed in such...
Is there a way with TypeScript to say that the `step` prop (for example) should only be provided if `type="number"`? cc: @lavelle
This is currently used in ~3 files (of 28 that use `UserAvatar`) in website.
This would be an easy migration since `TextArea` is only used 7 times in website.