patternfly / patternfly-react

A set of React components for the PatternFly project.
https://react-staging.patternfly.org/
MIT License
772 stars 350 forks source link

Bug - DataListCheck - Checkbox can't be checked #10886

Open nmp1testing opened 2 weeks ago

nmp1testing commented 2 weeks ago

Describe the problem This is an issue with the online example of the DataList component of the current release (5.3.0).

The checkbox(es) of the Data List Checkbox example can't be checked.

How do you reproduce the problem? Click on any checkbox

Expected behavior Check mark appears

Is this issue blocking you? Yes, because the checkbox can't be checked. Workaround: use other components

Screenshots Please use the online example, Data List Checkbox example.

What is your environment?

kmcfaul commented 2 weeks ago

DataListCheck should also be refactored to use Checkbox instead of a direct input.