Skip to content

perfectsense/brightspot-js-autosubmit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTICE

Version 2.0.0 of autosubmit is now ES6 syntax for the SystemJS build system. If you are working with RequireJS or native ES5, please use 1.0.0

Installation

Using Bower:

bower install bsp-autosubmit

Manually:

Usage

Add data-bsp-autosubmit attribute to any form, input, select or textarea element to trigger form submission on change or input events (demo).

General Brightspot plugin configuration documentation

Options

  • disableAutocomplete (default true): When true, the plugin will try to disable the native browser autocomplete functionality.
  • inputSubmitDelay (default 100 milliseconds): Delay before form submission on input events. This allows the plugin to wait until the user finishes typing in input or textarea before the form submission triggers.
  • submitThrottle (default 500 milliseconds): Delay between multiple form submission triggers.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published