Łukasz Holeczek

Results 71 comments of Łukasz Holeczek

@nynka it's done https://coreui.io/react/docs/forms/multi-select/api/#cmultiselect-value

@igoohd The `value` property has been available since version 5.11 in Vue.js.

@ewgenym it's something we have on our roadmap.

@bizon-boxcribe I just released v5.3.0, please check this example - https://coreui.io/react/docs/forms/multi-select/#coordinated-selection

Added new CSS variable ```--#{$prefix}sidebar-nav-gap: #{$sidebar-nav-gap};```

@jasperfirecai2 I will fix it in the next release.

@julien-deramond Sass color functions don't round particular values in RGB colors (Please check this - https://github.com/sass/dart-sass/issues/2456). You chose to round values in the following functions: ``` @function to-rgb($value) { @return...