ntohq / buefy-next

Lightweight UI components for Vue.js (Vue3) based on Bulma
https://v3.buefy.org
MIT License
121 stars 10 forks source link

[Colorpicker] `open-on-focus` prop seems to have no effect #284

Open kikuomax opened 1 month ago

kikuomax commented 1 month ago

Overview of the problem

Buefy version: [0.1.4] Vuejs version: [3.3.10] OS/Browser: macOS/Safari

Description

The open-on-focus prop of Colorpicker does not seem to have any effect.

Steps to reproduce

<template>
    <section>
        <b-field label="Select a color">
            <b-colorpicker model-value="#7957d5" open-on-focus />
        </b-field>
    </section>
</template>

Expected behavior

To be honest, I do not known the true intention of the prop, however, I think that the colorpicker would open after the trigger gains a focus.

Actual behavior

The colorpicker won't open after focusing the trigger.

kikuomax commented 1 month ago

openOnFocus is not even defined as a prop of Colorpicker.