Skip to content

Commit

Permalink
fix: hidden on selected (#513)
Browse files Browse the repository at this point in the history
Co-authored-by: onePone <[email protected]>
  • Loading branch information
1pone and Xremn authored Oct 27, 2023
1 parent 73bd9de commit 7ba8343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/arex/src/panes/AppSetting/Other/AppOwners.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ const AppOwners: FC<AppOwnersProps> = (props) => {
placeholder={t('searchUsers')}
options={usersOptions}
onSearch={handleSearch}
onSelect={() => setOpen(false)}
style={{ minWidth: '240px' }}
/>
</Form.Item>
Expand Down

0 comments on commit 7ba8343

Please sign in to comment.