Vuetify: disable individual v-select items

Created on 13 Jul 2017  路  2Comments  路  Source: vuetifyjs/vuetify

Any issue created without this markup will be immediately closed

Have a feature request?

  • Allow us to disable individual items in <v-select>, similar to how <option disabled> would work with a <select> element. Exposing a property item-disable or something of this nature on <v-select>
    props: { itemDisable: [String, Function]}, where we could pass a key or supply a custom function to make the determination.

  • I currently don't have a work around as of yet, but will be looking into the item slot to see what I can come up with.

  • Doesn't help to avoid bugs, would just be a useful feature.

  • feature

    Most helpful comment

    Ooh I like this!

    All 2 comments

    Ooh I like this!

    This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please direct any non-bug questions to our Discord

    Was this page helpful?
    0 / 5 - 0 ratings

    Related issues

    aaronjpitts picture aaronjpitts  路  3Comments

    cawa-93 picture cawa-93  路  3Comments

    SteffenDE picture SteffenDE  路  3Comments

    itanka9 picture itanka9  路  3Comments

    dschreij picture dschreij  路  3Comments