Albert Yu
Albert Yu
Hey @neviaumi 👋 > The default style on select hidden input has specific position: absolute and expected parent node has position:relative set. If I understand you correctly - do you...
✨ We've released a first iteration on the Number Input for Base UI in [`v5.14.4`](https://github.com/mui/material-ui/releases/tag/v5.14.4)! The docs: https://mui.com/base-ui/react-number-input/.
> @mj12albert can you please look at the changes whenever you get a chance. @Nashyn Thanks for working on this! I will review this today
@Nashyn Your changes does indeed fix the issue 👍 Just wondering how you found the fix and if you have tried other alternatives - it would be preferable if this...
> it would be helpful if the 'direction' prop were mentioned in the main page's Accessibility > keyboard navigation section I agree it could be expanded in the docs more,...
> @mj12albert I had a quick look there and noticed the thumb still shifts to the right/left when you click the thumb. @colmtuite I updated the (other) issue before actually...
> In vertical mode, when you press and hold the thumb, then move the pointer 1px up or down, the thumb jumps a large amount. Also, when you're dragging in...
> > Without changing the structure for now, I've updated it so the input is blurred on the Thumb's pointerup > > @mj12albert Why did you do this? It's a...
> Root should have role="group", and then use aria-labelledby to connect the Output. @colmtuite Did you mean input instead of output? I think `aria-labelledby` should connect RootLabel and InputLabel; and...
> Bug: when focusing a thumb in the basic range demo, once the thumb moves past the other one, its focus ring style disappears. This is tricky... when the thumbs...