You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does not seem that the close-on-click prop has any effect.
Steps to reproduce
<template>
<section>
<b-fieldlabel="Select a color">
<b-colorpickermodel-value="#7957d5"close-on-click />
</b-field>
</section>
</template>
Expected behavior
To be honest, I do not know the true intention of the close-on-click prop, however, I think the colorpicker would close after clicking a color on it.
Actual behavior
The colorpicker stays opened after clicking on it while close-on-click is true.
The text was updated successfully, but these errors were encountered:
kikuomax
changed the title
[Colorpicker] close-on-click prop does not seem to matter
[Colorpicker] close-on-click prop seems to have no effect
Sep 30, 2024
Overview of the problem
Buefy version: [0.1.4]
Vuejs version: [3.3.10]
OS/Browser: macOS/NA
Description
It does not seem that the
close-on-click
prop has any effect.Steps to reproduce
Expected behavior
To be honest, I do not know the true intention of the
close-on-click
prop, however, I think the colorpicker would close after clicking a color on it.Actual behavior
The colorpicker stays opened after clicking on it while
close-on-click
istrue
.The text was updated successfully, but these errors were encountered: