Skip to content
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

Add ability to skip debounce #49

Merged
merged 1 commit into from
Sep 22, 2023
Merged

Conversation

andrewbotz
Copy link

Problem :

Debouncing the input after 100ms auto-completes the input, particularly from a short-hand hex input.

Example, typing #390 will auto-complete to #339900 after 100ms. Also attempting to correct the auto-completed input will result in another debounce and auto-completion (see video).

Screen.Recording.2023-09-21.at.11.51.07.AM.mov

Fix :

Would like to add the ability to disable debouncing the input through option setting of data-alpha-skip-debounce.

@kallookoo
Copy link
Owner

Hello,
I understand what you say and although not an original option of the iris, I think it's good to include it and I will also include the debounce time as another option.

@kallookoo kallookoo merged commit 79358a9 into kallookoo:master Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants