Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InputTextProps not type correctly #529

Closed
prozacgod opened this issue Aug 7, 2018 · 1 comment
Closed

InputTextProps not type correctly #529

prozacgod opened this issue Aug 7, 2018 · 1 comment
Assignees
Labels
Type: Bug Issue contains a defect related to a specific component.
Milestone

Comments

@prozacgod
Copy link

prozacgod commented Aug 7, 2018

This seems to fix the issue.

interface InputTextProps extends React.HTMLProps<HTMLInputElement> {
    [key: string]: any;
    onInput?(event: React.FormEvent<HTMLInputElement>): void;
    onKeyPress?(event: React.KeyboardEvent<HTMLInputElement>): void;
    keyfilter?: any;
    validateOnly?: boolean;
}
@cagataycivici cagataycivici self-assigned this Aug 22, 2018
@cagataycivici cagataycivici added the Type: Bug Issue contains a defect related to a specific component. label Aug 22, 2018
@cagataycivici cagataycivici changed the title InputTextProps may be incompatible with current react release? Not Typed correctly. InputTextProps not type correctly Aug 22, 2018
@cagataycivici cagataycivici added this to the 2.0.0-beta.2 milestone Aug 22, 2018
@cagataycivici
Copy link
Member

#525, seems to fix this one as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
Development

No branches or pull requests

2 participants