Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

How to custom select css #83

@ooolin321

Description

@ooolin321

I want to make .select wide:100%,but is seems not working to me

<template>
  <vue-multi-select
    v-model="values"
    :filters="filters"
    :options="options"
    :selectOptions="data"
    :btnLabel="btnLabel"
    @selectionChanged="getMultiValues"
    btnClass="roleSelect"
  />
</template>

<style lang="scss">
  .roleSelect{
    width: 100%;
  }
</style>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions