RootCauseunvalidated
A utility class `data-[disabled]:pointer-events-none` is being applied so the element becomes non-interactive whenever the `data-disabled` attribute exists. In the user’s case the attribute is present by default, making the component effectively disabled for mouse interaction even when the disabled value is false.
0fd2da81-a327-45c3-8a8c-ec6b484aa3ff
A utility class data-[disabled]:pointer-events-none is being applied so the element becomes non-interactive whenever the data-disabled attribute exists. In the user’s case the attribute is present by default, making the component effectively disabled for mouse interaction even when the disabled value is false.