Skip to content

fix(input): apply debounce to reactive modelValue changes#1509

Merged
mlmoravek merged 5 commits intodevelopfrom
bug/input-debounde
Jan 13, 2026
Merged

fix(input): apply debounce to reactive modelValue changes#1509
mlmoravek merged 5 commits intodevelopfrom
bug/input-debounde

Conversation

@mlmoravek
Copy link
Member

@mlmoravek mlmoravek commented Jan 9, 2026

Proposed Changes

  • The input debounce was only applied to the additional 'input' event emit. Now, a specified input debounce is also applied to the v-model update.
  • The default input debounce is now undefined instead of 300ms

@mlmoravek mlmoravek added the bug Something isn't working label Jan 9, 2026
@netlify
Copy link

netlify bot commented Jan 9, 2026

Deploy Preview for oruga-documentation-preview ready!

Name Link
🔨 Latest commit 8566ad1
🔍 Latest deploy log https://app.netlify.com/projects/oruga-documentation-preview/deploys/69666ad3cdf73600084a6cf3
😎 Deploy Preview https://deploy-preview-1509--oruga-documentation-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@mlmoravek mlmoravek changed the title fix(input): also apply debounce to reactive modelValue changes fix(input): apply debounce to reactive modelValue changes Jan 11, 2026
@mlmoravek mlmoravek changed the title fix(input): apply debounce to reactive modelValue changes fix(input): apply debounce to reactive modelValue changes Jan 11, 2026
@mlmoravek mlmoravek merged commit 9d738cd into develop Jan 13, 2026
12 checks passed
@mlmoravek mlmoravek deleted the bug/input-debounde branch January 14, 2026 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant