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

Extend Autocomplete Control to allow custom filterOptions #1600

Merged
merged 2 commits into from
Jul 3, 2020

Conversation

eneufeld
Copy link
Member

@eneufeld eneufeld commented Jul 2, 2020

  • extend autocomplete control
  • extend enum example
  • add custom autocomplete renderer

* extend autocomplete control
* extend enum example
* add custom autocomplete renderer
@eneufeld eneufeld requested a review from sdirix July 2, 2020 09:03
@coveralls
Copy link

coveralls commented Jul 2, 2020

Coverage Status

Coverage remained the same at 88.961% when pulling 252914b on eneufeld:allow-filterOptions into 34b1e43 on eclipsesource:master.


renderExample(extendedMaterialRenderers, materialCells);
renderExample([{renderer: MyAutocompleteControl, tester: myAutocompleteTester}, ...extendedMaterialRenderers], materialCells);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer to only register the renderer for the enum example so we have a chance to see the normal renderer break.

@sdirix sdirix merged commit 544c05b into eclipsesource:master Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants