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

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

Closed OlkaB closed 3 weeks ago

OlkaB commented 2 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?