-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
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
Parameter input feedback #4264
Parameter input feedback #4264
Conversation
@arikfr this is the server-side implementation of param validation. Take it for a spin https://deploy-preview-4264--redash-preview.netlify.com/ |
Actually, there's backend changes so the preview won't work. Need to test locally. |
I'm stuck on some bug regarding the "touched" prop. Hope to find a solution soon and request UX review. |
All error feedback cases from this PR are elaborated on in detail and up for discussion in https://discuss.redash.io/t/query-parameter-validation-and-feedback/4759. |
Split into multiple PRs starting from #4312 |
Description
Fixes #2721.
This is similar to #4197 but validation is done server-side post execution.