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 578f008 commit 33c42ecCopy full SHA for 33c42ec
packages/react/src/views/AttachmentPreview/AttachmentPreview.js
@@ -127,12 +127,13 @@ const AttachmentPreview = () => {
127
`}
128
>
129
File name
130
- </Box>
+ </Box>
131
<Input
132
onChange={(e) => {
133
handleFileName(e);
134
}}
135
value={fileName}
136
+ type="text"
137
css={styles.input}
138
placeholder="name"
139
/>
@@ -170,8 +171,10 @@ const AttachmentPreview = () => {
170
171
172
handleFileDescription(e);
173
174
175
176
placeholder="Description"
177
+ value={description}
178
ref={messageRef}
179
180
</Box>
0 commit comments