Page 1 of 1

Component MenuModel

Posted: 10 Sep 2019, 10:05
by CORSIC
Hello,

Will a 'visible' property be provided in the 'MenuModel' component?
Regards,

Sebastien

Re: Component MenuModel

Posted: 19 Sep 2019, 13:24
by merve7
Hi,
MenuModel component is soo new, we still plan features but we will consider.
Thank you.

Re: Component MenuModel

Posted: 29 Nov 2019, 08:11
by cagatay.civici
We've started working on new menu components and will add visible property as well.

Re: Component MenuModel

Posted: 02 Dec 2019, 16:59
by CORSIC
Hi,

Ok, thank you for the information.

Regards,

Sébastien

Re: Component MenuModel

Posted: 07 Dec 2019, 15:50
by cagatay.civici
Menu components are done and we've added support for the new visible prop.

Re: Component MenuModel

Posted: 12 Feb 2020, 11:10
by CORSIC
How is the visible accessory used ? Would it be possible to see an example ? Thank you.

Re: Component MenuModel

Posted: 17 Mar 2020, 13:51
by cagatay.civici

Code: Select all

export default {
    data() {
        return {
            items: [{
                    label: 'Options',
                    visible: false
                ]}
            }
        }
    },

Re: Component MenuModel

Posted: 14 Apr 2020, 16:21
by CORSIC
Hello,

Thank you for your response and for your help.

Regards,

Sébastien

Re: Component MenuModel

Posted: 17 Apr 2020, 15:00
by cagatay.civici
Glad to help.