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

Typescript definition for Column's editor property #505

Closed
michalgebauer opened this issue Jul 16, 2018 · 0 comments
Closed

Typescript definition for Column's editor property #505

michalgebauer opened this issue Jul 16, 2018 · 0 comments
Assignees
Labels
Type: Bug Issue contains a defect related to a specific component.
Milestone

Comments

@michalgebauer
Copy link
Contributor

[ x ] bug report
[ ] feature request
[ ] support request

Current behavior
editor property expects function with void return type:
/src/components/column/Column.d.ts:
editor?(props: any): void;

Expected behavior
editor should expect function which returns react component

  • PrimeReact version:
    actual version
@cagataycivici cagataycivici self-assigned this Jul 16, 2018
@cagataycivici cagataycivici added the Type: Bug Issue contains a defect related to a specific component. label Jul 16, 2018
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