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

Min search #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Min search #13

wants to merge 2 commits into from

Conversation

bakerac4
Copy link
Member

@bakerac4 bakerac4 commented Apr 4, 2019

Adding minCharacters property.
Do not search if input value is < minCharacters

@bakerac4 bakerac4 self-assigned this Apr 4, 2019
@bakerac4 bakerac4 requested a review from billdami April 4, 2019 22:00
@@ -26,7 +26,7 @@
onchange=onchange
onclose=onclose
onfocus=(action "handleFocus")
oninput=oninput
oninput=(action "onInput")
Copy link
Member

Choose a reason for hiding this comment

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

@bakerac4 it looks like the consuming app is losing the ability to provide their own oninput action handler with this change. maybe we could add a tryInvoke(this, 'oninput', [text]) to the onInput action to maintain this?

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.

2 participants