feat: select default Unit for Currency field (#2996)

Closes #2347

Co-authored-by: Thais GUIGON <thaisguigon@macbook-pro.home>
This commit is contained in:
Thaïs
2023-12-15 11:01:06 +01:00
committed by GitHub
parent 5f7442cf23
commit 1eb5bebaf7
15 changed files with 190 additions and 18 deletions

View File

@ -93,7 +93,10 @@ export const Select = <Value extends string | number | null>({
);
return disabled ? (
selectControl
<>
{!!label && <StyledLabel>{label}</StyledLabel>}
{selectControl}
</>
) : (
<DropdownScope dropdownScopeId={dropdownScopeId}>
<div className={className}>