we are different icons font in project than element-ui. Is possible to change default arrow icon to custom? I can't find nothing about it in documentation. I will be grateful for any advice.
I have created component like this:
<el-select v-model="value" placeholder="Select">
<el-option
v-for="item in options"
:key="item.value"
:label="item.label"
:value="item.value">
</el-option>
</el-select>
There is no option to override the icon by using some property that is available on the el-select component. But it is possible that you override the icon by using css