pivotal-cf/pivotal-ui

Allow checkboxes to not select text when clicked

mingxiao opened this issue · 1 comments

What version of Pivotal UI are you using?

17.0.2

What behavior are you seeing?

When selecting the label of the checkbox, the text (either partial or full) is highlighted

What do you expect to see?

I do not want the text to be highlighted

We have released v17.1.2, which addresses this by adding the pui-no-select modifier class and a corresponding noSelect prop on the Radio and Checkbox components.