Skip to content

[6.x] Debounce video fieldtype updates - #15456

Merged
jasonvarga merged 1 commit into
statamic:6.xfrom
edalzell:fix/debounce-video-fieldtype
Sep 15, 2026
Merged

jasonvarga merged 1 commit into
statamic:6.xfrom
edalzell:fix/debounce-video-fieldtype

Conversation

@edalzell

Copy link
Copy Markdown
Contributor

The video fieldtype emits update:value on every keystroke, while every other text-ish fieldtype debounces first. Typing a 43-character YouTube URL pushes 43 updates into the publish form.

Binds updateDebounced from the Fieldtype mixin instead of update, matching TextareaFieldtype and FloatFieldtype.

Split out of #11871 so it can land on its own.

@jasonvarga
jasonvarga merged commit a34899c into statamic:6.x Sep 15, 2026
62 checks passed
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