no-arrow option added for select component
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
:class="[
|
||||
{'readonly': readonly},
|
||||
{'disabled': disabled},
|
||||
{'no-arrow': noArrow},
|
||||
formClasses
|
||||
]"
|
||||
:error="formError">
|
||||
@ -346,6 +347,12 @@ export default {
|
||||
description: "Selectbox disabled status"
|
||||
},
|
||||
|
||||
noArrow: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
description: "Selectbox show arrow"
|
||||
},
|
||||
|
||||
clearable: {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
|
Reference in New Issue
Block a user