Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Colorpicker] close-on-click prop seems to have no effect #283

Open
kikuomax opened this issue Sep 30, 2024 · 1 comment
Open

[Colorpicker] close-on-click prop seems to have no effect #283

kikuomax opened this issue Sep 30, 2024 · 1 comment

Comments

@kikuomax
Copy link
Collaborator

kikuomax commented 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

<template>
    <section>
        <b-field label="Select a color">
            <b-colorpicker model-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.

@kikuomax 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
@kikuomax
Copy link
Collaborator Author

closeOnClick is not even defined as a prop of Colorpicker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant