formValues
Description#
This store contains all the current form values at the time any value changes on a bound element. The values are an Object with the
key per group name and it's value.
The value can be a single value, or an array or values depending on there being fields with the same name (e.g. multiple checkboxes), or a <select> element
with the multiple attribute.