We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1bb1de commit adae56fCopy full SHA for adae56f
packages/components/src/InputText/InputText.tsx
@@ -63,7 +63,7 @@ const Input = ({
63
}
64
65
return processActions(baseActions);
66
- }, [processActions, value]);
+ }, [disabled, onChange, processActions, value]);
67
const renderActions = () => {
68
if (actions.length === 0) {
69
return null;
0 commit comments