Skip to content

Commit

Permalink
♿ [open-formulieren/open-forms#4716] Added autocomplete property to E…
Browse files Browse the repository at this point in the history
…mailField
  • Loading branch information
robinmolen committed Oct 2, 2024
1 parent 5548691 commit 36b37e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/forms/EmailField/EmailField.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ EmailField.propTypes = {
description: PropTypes.node,
id: PropTypes.string,
disabled: PropTypes.bool,
autocomplete: PropTypes.string,
};

export default EmailField;
1 change: 1 addition & 0 deletions src/components/modals/FormStepSaveModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ const FormStepSaveModal = ({
defaultMessage="The email address where you will receive the resume link."
/>
}
autocomplete="email"
/>

<Toolbar modifiers={['bottom', 'reverse']}>
Expand Down

0 comments on commit 36b37e4

Please sign in to comment.