Преглед на файлове

Merge branch 'feature_first_pages' of Web/contentCooper into master

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

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

@@ -160,6 +160,10 @@ const AddPunlishPlanModal: React.FC<AddPunlishPlanModalProps> = ({ visible, isSu
 							allowClear
 							disabled={actionType === 'edit'}
 							className='!w-50'
+							showSearch
+							filterOption={(input, option) =>
+								(option?.label ?? '').toLowerCase().includes(input.toLowerCase())
+							}
 							options={accountOptions.map(option => ({ label: option.name, value: option.id }))}>
 						</Select>
 					</Form.Item>