@@ -68,6 +68,7 @@
<template v-if="withSelect">
<a-form-item prop="selection" style="margin-right: 16px">
<a-select
+ mode="combobox"
:placeholder="selectPlaceholder"
:value="formData.selection ? formData.selection : undefined"
@change="handleChange"