Solutionunvalidated
Change the class to only disable pointer events when the attribute value is true (e.g., `data-[disabled=true]:pointer-events-none`), or ensure the `data-disabled` attribute is not present unless the component is actually disabled.
cc28adfd-8cca-4f69-8007-7b1470e326db
Change the class to only disable pointer events when the attribute value is true (e.g., data-[disabled=true]:pointer-events-none), or ensure the data-disabled attribute is not present unless the component is actually disabled.