diff --git a/packages/ui-select/src/Select/index.tsx b/packages/ui-select/src/Select/index.tsx index a9b9b13d83..95412607bd 100644 --- a/packages/ui-select/src/Select/index.tsx +++ b/packages/ui-select/src/Select/index.tsx @@ -523,7 +523,8 @@ class Select extends Component { optionsMaxHeight || this._optionHeight * visibleOptionsCount!, maxWidth: optionsMaxWidth || this.width, background: 'primary', - elementRef: (node: Element | null) => (this._listView = node) + elementRef: (node: Element | null) => (this._listView = node), + borderRadius: 'medium' } : { maxHeight: 0 }