We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485cc3d commit 1671585Copy full SHA for 1671585
client/packages/lowcoder/src/comps/comps/textInputComp/textInputConstants.tsx
@@ -221,7 +221,7 @@ export const useTextInputProps = (props: RecordConstructorToView<typeof textInpu
221
propsRef.current.value.onChange(value);
222
propsRef.current.onEvent("change");
223
changeRef.current = false; // Reset after commit
224
- }, 1000)
+ }, 100)
225
);
226
227
const handleChange = (e: ChangeEvent<HTMLInputElement>) => {
0 commit comments