Commit d3313b5f authored by zhangwenshuai's avatar zhangwenshuai

update select and search defaultOpen

parent 6baa2b28
......@@ -68,6 +68,7 @@ export const ApolloSearch = (props: ApolloSearchProps) => {
}
if (origin === 'table') {
extra.defaultOpen = true;
isOpen.current = true;
}
if (selfProps.mode === 'multiple') {
extra.onDropdownVisibleChange = onDropdownVisibleChange;
......
......@@ -63,6 +63,7 @@ export const ApolloSelect = (props: ApolloSelectProps) => {
}
if (origin === 'table') {
extra.defaultOpen = true;
isOpen.current = true;
}
if (selfProps.mode === 'multiple') {
extra.onDropdownVisibleChange = onDropdownVisibleChange;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment