carbon-design-system / carbon-components-vue

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

fix: unfocus CvCheckbox (add missing 'value' access to ref) #1595

Closed OlkaB closed 5 months ago

OlkaB commented 7 months ago

Contributes to #1594

 What did you do?

Fix: unfocus checkbox style on blur

 Why did you do it?

Te code was broken

How have you tested it?

Visually, run unit tests for CvCheckbox

Were docs updated if needed?