fixed
This commit is contained in:
@@ -30,7 +30,7 @@ const SelectField = ({ label, options, ...props }) => {
|
||||
return (
|
||||
<div
|
||||
ref={selectRef}
|
||||
className={styles.select}
|
||||
className={`${styles.select} ${showOptions ? styles.isFocused : ""}`}
|
||||
onClick={() => setShowOptions(!showOptions)}
|
||||
{...props}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user