jihuaqiang преди 7 часа
родител
ревизия
f25432ae26
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      src/views/publishContent/weGZH/index.tsx

+ 4 - 0
src/views/publishContent/weGZH/index.tsx

@@ -188,6 +188,10 @@ const WeGZHContent: React.FC = () => {
 							value={selectedAccount}
 							onChange={setSelectedAccount}
 							allowClear
+							showSearch
+							filterOption={(input, option) =>
+								(option?.label ?? '').toLowerCase().includes(input.toLowerCase())
+							}
 							options={accountOptions.map(item => ({ label: item.name, value: item.id }))}
 						/>
 					</div>