/claim #8635
Select component with the native ComboboxSelect from @highlight-run/ui/components in two files that are part of the workspace/project settings:
frontend/src/pages/ProjectSettings/GitHubSettingsModal/GitHubSettingsModal.tsxfrontend/src/pages/ErrorsV2/GitHubEnhancementSettings/GitHubEnhancementSettingsForm.tsx{id, label, value} to the native {key, render} format used by ComboboxSelectBoth files follow the same pattern:
import { Select } from 'antd' with ComboboxSelect from @highlight-run/ui/components{id, label, value} to {key, render} to match ComboboxSelect APISelect with ComboboxSelect, mapping props:
showSearch + filterOption + optionFilterProp -> built-in search in ComboboxSelectplaceholder -> queryPlaceholderonSelect -> onChangenotFoundContent -> emptyStateRenderclassName -> wrapperCssClassvalue (display text) -> valueRenderWilson Xu
@chengyixu
Highlight (YC W23)
@highlight