Merge branch 'reactive-button' into 'master'

disable reactive button js util

See merge request !205
This commit is contained in:
Felix Hamann 2019-05-03 00:00:47 +02:00
commit 9646f204b5

View File

@ -106,11 +106,15 @@
return init(); return init();
}; };
formUtilities.push({ // skipping reactiveButtonUtil (for now)
name: REACTIVE_SUBMIT_BUTTON_UTIL_NAME, // the button did not properly re-enable after filling out a form for some safari users.
selector: REACTIVE_SUBMIT_BUTTON_UTIL_SELECTOR, // if maybe in the future there is going to be a proper way of (asynchronously) and
setup: reactiveSubmitButtonUtil, // meaningfully validating forms this can be re-activated by commenting in the next few lines
}); // formUtilities.push({
// name: REACTIVE_SUBMIT_BUTTON_UTIL_NAME,
// selector: REACTIVE_SUBMIT_BUTTON_UTIL_SELECTOR,
// setup: reactiveSubmitButtonUtil,
// });
/** /**
* *