Add search to select

This commit is contained in:
2023-11-15 18:20:11 +08:00
parent 326c808622
commit 4a16367f45
2 changed files with 5 additions and 0 deletions

View File

@@ -599,6 +599,7 @@ const Role: React.FC = () => {
treeCheckable
treeNodeLabelProp={'fullTitle'}
allowClear
treeNodeFilterProp={'fullTitle'}
loading={isLoadingPower}
/>
</AntdForm.Item>