feat: select default Unit for Currency field (#2996)
Closes #2347 Co-authored-by: Thais GUIGON <thaisguigon@macbook-pro.home>
This commit is contained in:
@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user