refactor: add hideInput prop to SelectInput and SelectQuotation components for improved input visibility control
This commit is contained in:
parent
f777e50bd4
commit
ae21dc7ad7
2 changed files with 3 additions and 1 deletions
|
|
@ -108,6 +108,7 @@ function setDefaultValue() {
|
|||
:label
|
||||
:placeholder
|
||||
:readonly
|
||||
:hide-input="value !== ''"
|
||||
:disable="disabled"
|
||||
:option="selectOptions"
|
||||
:hide-selected="false"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue