Replies: 2 comments 7 replies
|
Does anyone have any answer to this? |
|
You were right, and it was worse than it looked. The inputs weren't merely under-styled — they set @HugoVG's read in this thread was exactly right: it didn't get in. Fixed in #458, now on One detail worth flagging if you're theming: the ring hugs the control rather than sitting offset like the buttons do. The offset version extends 4px and the form rows only leave a 3px gap under the label, so it was overlapping the label by a pixel on every labelled field. shadcn splits it the same way. Not everything is done. #459 tracks 25 more components — I've also added convention tests (#460) that fail the build if a component removes the focus outline without providing an indicator, so this can't quietly come back. Genuinely: thank you for being blunt about it costing you a project. That's more useful than a polite bug report, and it's the reason this got prioritised. The honest post-mortem is that it sat for two months because it lived in a discussion and never became an issue — so it was never on the board. That's on me, and #457 exists now partly to make sure the same thing doesn't happen to the next one. Shipping in the next release. |
Uh oh!
There was an error while loading. Please reload this page.
How comes unlike shadcn, inputs have no focus styling? It's hard to easily see what input has focus?
All reactions