add 4px gutter between select trigger and dropdown
This commit is contained in:
parent
a8113ee0df
commit
36bbe809fa
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ export function Select<T>(props: SelectProps<T> & ButtonProps) {
|
||||||
{...others}
|
{...others}
|
||||||
data-component="select"
|
data-component="select"
|
||||||
placement="bottom-end"
|
placement="bottom-end"
|
||||||
|
gutter={4}
|
||||||
value={local.current}
|
value={local.current}
|
||||||
options={grouped()}
|
options={grouped()}
|
||||||
optionValue={(x) => (local.value ? local.value(x) : (x as string))}
|
optionValue={(x) => (local.value ? local.value(x) : (x as string))}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue