We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
select
1 parent d53b354 commit cda2a2fCopy full SHA for cda2a2f
src/elements/Input/Input.d.ts
@@ -83,6 +83,7 @@ export interface InputOnChangeData extends InputProps {
83
84
declare class Input extends React.Component<InputProps, {}> {
85
focus: () => void
86
+ select: () => void
87
}
88
89
export default Input
0 commit comments