0
0

v-comboboxのドロップダウンアイコンを非表示にしたいとき

Posted at

v-comboboxのドロップダウンアイコン(こんなやつ→▼)を非表示にしたくてAPIを調べてたけど、append-iconを空文字にして指定するだけでよかったみたい

<v-combobox>
    outlined
    append-icon="" <!-- ここでappend-iconを空文字に設定 -->
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0