Basith
Basith
@shadcn, @SoyDiego - can someone review this PR ?
just added the same for new-york style [4805da6](https://github.com/shadcn-ui/ui/pull/2226/commits/4805da6e8c889ed957930f7dbec9d225673ec908)
Agree, i feel the same, i just looked into some other component library, in all the case by default menu item is cursor-pointer
> > It may break a layout for users who pass a `` component as a child into the Banner component: > > ``` > onLayout={handleLayout} > actions={[ > {...
Any update on this issue ?
This is happening because StyledDrop's background is returning `none` which leads to the background becoming transparent.
i checked with Voiceover, seems like working as expected, @jcfilben could you please confirm ?
@jcfilben Just wondering which browser you are using. For me, it reads the current value as expected. I'm using Chrome as a browse https://github.com/grommet/grommet/assets/134603758/399256eb-25a0-41c7-abc0-98d39634f576
This is possible enhancement for this issue : PR - https://github.com/grommet/grommet/pull/7066 It would be appreciated if you could provide a feedback on these changes Thanks
> I am still seeing an accessibility issue on the Form/Controlled story. I believe the 'interactive controls must not be nested' is part of a larger issue originating in the...