form-auto-save - Auto-save forms with debounce
Automatically submits form after input changes using debounce to prevent excessive server requests
Tags
Updated: 2026-03-22Capabilities
Typical Inputs
Typical Outputs
What this skill does
- monitor form field changes
- debounce form submissions
- submit form data
- cancel pending submission
- listen to change events
- listen to custom component events
Inputs
- form element
- user input data
- debounce time configuration
- form fields
- change events
Outputs
- form submission request
- HTTP PATCH request
Requirements
- Stimulus framework
- Rails application
- JavaScript support
- form with data-controller attribute
