stf-vue-select
stf-vue-select copied to clipboard
Search input should be optional
Is there any posibility to disable search input slot? When I have selected value and I want to change it, selected value is not visible.
I have workaround, but passing property for it would be awesome.
.stf-select__search-input {
display: none !important;
}
.stf-select__search-enabled .stf-select__search-input {
display: block !important;
}
Hello @galczo5
Do you try to add if to input slot?
I don't have input slot defined in my code. Do I have to define it and then disable it with v-if
?
@galczo5 Maybe there is some misunderstanding. Try first select in the demo https://stfalcon-studio.github.io/stf-vue-select/dist/. Does it work as desired? It is select without input and it works as you expect.