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 90d2346 commit f7dd350Copy full SHA for f7dd350
packages/frontend/src/components/InputCreator/index.tsx
@@ -138,6 +138,7 @@ export default function InputCreator(props: InputCreatorProps): JSX.Element {
138
139
return (
140
<TextField
141
+ defaultValue={value}
142
required={required}
143
placeholder={placeholder}
144
readOnly={readOnly || disabled}
0 commit comments