carbon-design-system / carbon-components-vue

Vue implementation of the Carbon Design System
http://vue.carbondesignsystem.com
Apache License 2.0
597 stars 176 forks source link

CvCheckbox is not loosing focus style when clicked outside [Vue3] #1594

Closed OlkaB closed 3 weeks ago

OlkaB commented 2 months ago

Detailed description

CvCheckbox is not loosing focus style (blue outline or more precisely 'bx--checkbox-label__focus' class) when clicked outside. In Vue2 it happened.

Steps to reproduce the issue

  1. go to https://vue.carbondesignsystem.com/?path=/story/component-cvcheckbox--default
  2. Select checkbox
  3. Click somewhere outside
  4. See the blue outline hasn't disapeared
  5. Compare with Vue2 https://vue.carbondesignsystem.com/vue2/?path=/story/components-cvcheckbox--default

Additional information

image