Vlad Moroz

Results 94 comments of Vlad Moroz

You can't "read" the internal state of the components, but you can create your own controlled components and use that state as the source of truth. In the case of...

What does your UI look like? There is a `min-width: 120px` on `DataList.Label` which we should probably document or revisit if that’s too aggressive. It can be overridden though: ```...

Agree, VS Code has a command called `editor.action.selectToBracket`

OK I think this happens reliably if I manage to move the mouse between mouse down and mouse up https://github.com/user-attachments/assets/5d324421-9dd8-4e15-86bb-ed50c91891e9

> remove the `disabled` prop from `FocusManager` What does `disabled` do exactly?

> Movements are actually relative to the `Control` which is the "tracked area", and the `Track` is just a dumb component purely for styling the track, because without it you'd...

I'll remove the horizontal padding from Control in my demo just to be safe for now, but let's still take a note to discuss later whether it's a legit design...

@colmtuite I'd actually argue that inset thumb has to be the default > the thumb position usually doesn't visually communicate the value accurately Slider isn't a component for entering precise...

Giving inset sliders a shot again as this has been my last component to migrate away from Radix sliders for months, I still don't feel like this is solved with...

We'll look into this, but you should be pretty much able to use `tfoot` directly and compose it with `Table.Row`, `Table.RowHeaderCell`, and `Table.Cell` instead of using the header parts