You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
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: