We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c7dc3e + 26ac743 commit f4b8d16Copy full SHA for f4b8d16
src-ts/lib/form/form-groups/form-input/input-select/InputSelect.tsx
@@ -68,7 +68,7 @@ const InputSelect: FC<InputSelectProps> = (props: InputSelectProps) => {
68
hideInlineErrors={props.hideInlineErrors}
69
ref={triggerRef}
70
>
71
- <div className={styles['selected']} onClick={() => !props.disabled && toggleMenu}>
+ <div className={styles['selected']} onClick={() => !props.disabled && toggleMenu()}>
72
<span className='body-small'>{selectedOption ? label(selectedOption) : ''}</span>
73
<span className={styles['selected-icon']}>
74
<IconOutline.ChevronDownIcon />
0 commit comments