Open ViktorZhurbin opened 3 months ago
I'm new here, sorry if it's something obvious. When I use <Menu.Item disabled> in a React app, it seems to have no visual effect. Tried disabled={true} and data-disabled, just in case, with the same result.
<Menu.Item disabled>
disabled={true}
data-disabled
I checked this first:
The same thing about TagsInput, NumberInput and maybe for all other inputs
TagsInput
NumberInput
Can I take a look on this? Seems very straightforward
I'm new here, sorry if it's something obvious. When I use
<Menu.Item disabled>
in a React app, it seems to have no visual effect. Trieddisabled={true}
anddata-disabled
, just in case, with the same result.I checked this first: