@imperosoft/cris-webui-components 1.1.3-beta.1 → 1.1.3-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -1171,7 +1171,7 @@ function CrisTextInput({
1171
1171
  type = "text",
1172
1172
  submitOnEnter = true,
1173
1173
  submitOnBlur = false,
1174
- submitOnChange = false,
1174
+ submitOnChange = true,
1175
1175
  clearOnSubmit = false,
1176
1176
  className,
1177
1177
  style,