-
-
Notifications
You must be signed in to change notification settings - Fork 230
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
Sync: add debounce for FormBuilder input #2415
Comments
yohanboniface
added a commit
that referenced
this issue
Jan 24, 2025
yohanboniface
added a commit
that referenced
this issue
Jan 27, 2025
yohanboniface
added a commit
that referenced
this issue
Jan 27, 2025
fix #2415 I'm a bit afraid this will add more hiccup to the playwright tests, tough :(
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As all the changes made from FormBuilder are immediately synced, we need to have a debounce, to only write after say 500 ms of inactivity or something like that.
fix #2238
The text was updated successfully, but these errors were encountered: