Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.42 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.42 KB

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.