We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When the input text is empty the NotFoundTemplate is shown instead of the HelpTemplate.
Expected behavior When the input text is less than the MinimumLength parameter the HelpTemplate is shown, even if the length is 0.
Screenshots 0 characters:
1 character:
The code:
Hosting Model (is this issue happening with a certain hosting model?):
Additional context MinimumLength is set to 3. The SearchMethod parameter function returns an empty list if input text is empty.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When the input text is empty the NotFoundTemplate is shown instead of the HelpTemplate.
Expected behavior
When the input text is less than the MinimumLength parameter the HelpTemplate is shown, even if the length is 0.
Screenshots
0 characters:
1 character:
The code:
Hosting Model (is this issue happening with a certain hosting model?):
Additional context
MinimumLength is set to 3.
The SearchMethod parameter function returns an empty list if input text is empty.
The text was updated successfully, but these errors were encountered: