Skip to content

Commit 558545a

Browse files
Merge pull request #17 from kapilpipaliya/patch-1
Fix `onFocus` is not fired.
2 parents 552c5d7 + cad67b3 commit 558545a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/select.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ const Select = (props: SelectProps) => {
5858
"onInput",
5959
"onChange",
6060
"onBlur",
61+
"onFocus"
6162
]
6263
);
6364
const select = createSelect(selectProps);

0 commit comments

Comments
 (0)