cr changes
[arvados-workbench2.git] / src / views / run-process-panel / inputs / string-input.tsx
index e95259307fd5e4f48981b6593791e4e85c9d91b9..f6b50a7c47dd5bb417e75e503520f0be6ee691d9 100644 (file)
@@ -29,4 +29,8 @@ const StringInputComponent = (props: GenericInputProps) =>
         {...props} />;
 
 const Input = (props: GenericInputProps) =>
-    <MaterialInput {...props.input} />;
\ No newline at end of file
+    <MaterialInput
+        fullWidth
+        error={props.meta.touched && !!props.meta.error}
+        disabled={props.commandInput.disabled}
+        {...props.input} />;
\ No newline at end of file