wix-playground / stylable-components

Fully-tested & strictly-typed component library based on React, using optional Wix styling.
MIT License
35 stars 3 forks source link

Checkbox focus on click #575

Closed JoMarton closed 6 years ago

JoMarton commented 6 years ago

This PR fixes a bug where the checkbox didn't get html document focus after being clicked. For focused style state - keyboard toggle should show focused style state always, mouse toggle should disable the focused style state.