Skip to content

Commit 73c1954

Browse files
committed
MP-90 fix select not closing on selecting
1 parent 56d88eb commit 73c1954

File tree

1 file changed

+1
-0
lines changed
  • src/libs/ui/lib/components/form/form-groups/form-input/input-select

1 file changed

+1
-0
lines changed

src/libs/ui/lib/components/form/form-groups/form-input/input-select/InputSelect.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const InputSelect: FC<InputSelectProps> = (props: InputSelectProps) => {
5959
props.onChange({
6060
target: { value: option.value },
6161
} as unknown as ChangeEvent<HTMLInputElement>)
62+
toggleMenu()
6263
}
6364

6465
function toggleIfNotDisabled(): void {

0 commit comments

Comments
 (0)