Fix: Inline Phone Field Menu (#4383)
* #4343 fix: phone menu display on page * Add the possibility to send width as % --------- Co-authored-by: Thomas Trompette <thomast@twenty.com>
This commit is contained in:
@ -33,7 +33,7 @@ type DropdownProps = {
|
||||
dropdownHotkeyScope: HotkeyScope;
|
||||
dropdownId: string;
|
||||
dropdownPlacement?: Placement;
|
||||
dropdownMenuWidth?: `${string}px` | 'auto' | number;
|
||||
dropdownMenuWidth?: `${string}px` | `${number}%` | 'auto' | number;
|
||||
dropdownOffset?: { x?: number; y?: number };
|
||||
onClickOutside?: () => void;
|
||||
onClose?: () => void;
|
||||
|
||||
Reference in New Issue
Block a user