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 5553607 commit ee73293Copy full SHA for ee73293
frontend/src/components/upload/modals/showCreateUploadModal.tsx
@@ -370,8 +370,7 @@ const CreateUploadModalBody = ({
370
placeholder={t("upload.modal.accordion.email.placeholder")}
371
searchable
372
creatable
373
- id="recipient_email"
374
- autoComplete="email"
+ id="recipient-emails"
375
type="email"
376
getCreateLabel={(query) => `+ ${query}`}
377
onCreate={(query) => {
@@ -426,7 +425,7 @@ const CreateUploadModalBody = ({
426
425
"upload.modal.accordion.security.password.placeholder",
427
)}
428
label={t("upload.modal.accordion.security.password.label")}
429
- autoComplete="off"
+ autoComplete="new-password"
430
{...form.getInputProps("password")}
431
/>
432
<NumberInput
0 commit comments