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

better filter extensibility #20

Closed
jquense opened this issue Oct 12, 2014 · 1 comment
Closed

better filter extensibility #20

jquense opened this issue Oct 12, 2014 · 1 comment
Milestone

Comments

@jquense
Copy link
Owner

jquense commented Oct 12, 2014

Widgets that allow filtering (combobox, select) only allow you to do custom filtering against the text field, passed in function args should be able to operate on the dataItem itself.

Widgets should also have the option to completely delegate out the filtering functionality to a parent component, perhaps with an onFilter event?

@jquense jquense added this to the 2.0.0 milestone Oct 12, 2014
@jquense jquense changed the title Change Filter extensibility better filter extensibility Oct 12, 2014
@jquense
Copy link
Owner Author

jquense commented Oct 23, 2014

this will be solved nicely with the inclusion of controlled props: see #21

@jquense jquense closed this as completed Oct 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant