question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MinChar interferes with clearing the input

See original GitHub issue

When a minCharacters option is set, the result is not refreshed when the input is empty.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Haroenvcommented, Aug 18, 2016

This is now available in v1.11.1

0reactions
lukasoppermanncommented, Aug 18, 2016

Tested, works like a charm.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Clearing The Input Buffer In C/C++
On pressing “Enter” (carriage return) on the output screen after the first input, as the buffer of the previous variable was the space...
Read more >
HTML attribute: minlength - HTML: HyperText Markup Language
The minlength attribute defines the minimum number of characters (as UTF-16 code units) the user can enter into an <input> or <textarea> ....
Read more >
How to clear input buffer in C?
I encounter a problem trying to implement the solution while ((c = getchar()) != ' ...
Read more >
Clearing input buffer in C++ completely
In order to clear the input buffer after the user has entered too many characters, you will need to clear the status flags...
Read more >
weired problem of clearing input box in knockout js.
I am having a problem clearing the input box in knockout js. Here is what I did. First, I created two divs, one...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found