Dustin Jensen
01/29/2019, 8:18 PMoverride fun onCommit() {
CategoryActions.addCategory(store, name.value)
name.value = null
dirtyProperties.clear()
validationContext.validate(focusFirstError = false, decorateErrors = false)
}
If I don't do this, the form shows all the required errors, because I've removed the data.