Is there a way to increase the height of the combobox. I tried setHeight and it doesnt work. I have been looking around for a way to do this but have not found anything useful. Also is there a way to disable the button on the combobox. I want my combobox to look like a text field that provides suggestions as the user types something and need the field to be fairly large.
[/size]
I want the same thing; a component that looks like a text field that provides suggestions as the user types something. Typically I need a TextField with ComboBox-like behaviour or a ComboBox that looks like a TextField. And I like this component to be small so that it can be used as a generated column component without changing the table’s row height.
Currently you will need to adjust the CSS for the component directly. Not a fun thing to do, if you’re using the Reindeer theme, since it consists of multiple images. Here’s some CSS to get you started (not tested):
Jouni Koivuviita, thanks for this perfect css code, it works perfectly and hides the button in combobox. But I have difficulties with changing the height of this component. Can you help me.
My css code is like this:
I have changed css as you said for example to 50px in .v-filterselect-input but it does not help
I have results which I attached
.v-filterselect-no-button {
background: #fff;
padding: 0;
}