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
<formio-grid [src]="formUrl" [query]="gridQuery" (rowSelect)="onSelect($event)"
there is a delay and it is needing multiple clicks or entries to register the query and display accordingly
https://codesandbox.io/p/devbox/floral-voice-q8hvn3?workspaceId=b209f7a4-816f-4843-a49d-87eeba55e584
i have couple of entries try searching and wait for the result 1 character after another
i have tried by using a search button as well so search button as it is taking two hits to get the search done.
try for your self reach out if anything is needed from my end.
to run : ng serve --disable-host-check
The text was updated successfully, but these errors were encountered:
No branches or pull requests
<formio-grid
[src]="formUrl"
[query]="gridQuery"
(rowSelect)="onSelect($event)"
there is a delay and it is needing multiple clicks or entries to register the query and display accordingly
https://codesandbox.io/p/devbox/floral-voice-q8hvn3?workspaceId=b209f7a4-816f-4843-a49d-87eeba55e584
i have couple of entries try searching and wait for the result 1 character after another
i have tried by using a search button as well so search button as it is taking two hits to get the search done.
try for your self reach out if anything is needed from my end.
to run : ng serve --disable-host-check
The text was updated successfully, but these errors were encountered: