Pass polythene parameters to onChange callback of input fields
In some use cases we need to know if the new value is valid for the given field within the onChange function. This information is already provided by the polythene components but was not forwarded to the custom onChange function.
This merge request adds all polythene paranmeters to the onChange
callback.
Edited by Sandro Lutz