feat: mention suggestions, allow space

This commit is contained in:
Nevo David 2025-11-19 14:59:15 +07:00
parent 74d665691f
commit 0fc9eeecaa
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ export const suggestion = (
let component: any;
return {
allowSpaces: true,
items: async ({ query }: { query: string }) => {
if (!query || query.length < 2) {
component.updateProps({ loading: true, stop: true });