(function() { 'use strict'; /** * * Mass Input Utility * allows form shapes to be manipulated asynchronously: * will asynchronously submit the containing form and replace the contents * of the mass input element with the one from the BE response * The utility will only trigger an AJAX request if the mass input element has * an active/focused element whilst the form is being submitted. * * Attribute: uw-mass-input * * Example usage: *
* *
* *