We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 552c5d7 + cad67b3 commit 558545aCopy full SHA for 558545a
1 file changed
src/select.tsx
@@ -58,6 +58,7 @@ const Select = (props: SelectProps) => {
58
"onInput",
59
"onChange",
60
"onBlur",
61
+ "onFocus"
62
]
63
);
64
const select = createSelect(selectProps);
0 commit comments