@imperosoft/cris-webui-components 1.1.3-beta.1 → 1.1.3
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -281,7 +281,7 @@ interface CrisTextInputProps {
|
|
|
281
281
|
submitOnEnter?: boolean;
|
|
282
282
|
/** Send value on blur/focus loss (default: false) */
|
|
283
283
|
submitOnBlur?: boolean;
|
|
284
|
-
/** Send value on every
|
|
284
|
+
/** Send value on every keystroke (default: true) */
|
|
285
285
|
submitOnChange?: boolean;
|
|
286
286
|
/** Clear input after submit (default: false) */
|
|
287
287
|
clearOnSubmit?: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -281,7 +281,7 @@ interface CrisTextInputProps {
|
|
|
281
281
|
submitOnEnter?: boolean;
|
|
282
282
|
/** Send value on blur/focus loss (default: false) */
|
|
283
283
|
submitOnBlur?: boolean;
|
|
284
|
-
/** Send value on every
|
|
284
|
+
/** Send value on every keystroke (default: true) */
|
|
285
285
|
submitOnChange?: boolean;
|
|
286
286
|
/** Clear input after submit (default: false) */
|
|
287
287
|
clearOnSubmit?: boolean;
|