Skip to content

Commit

Permalink
fix(a11y): added aria-label to honeypot widget (#3)
Browse files Browse the repository at this point in the history
* fix: added aria-label to honeypot widget

* fix: linters

---------

Co-authored-by: Piero Nicolli <[email protected]>
  • Loading branch information
sabrina-bongiovanni and pnicolli authored Mar 4, 2024
1 parent 26e74b0 commit 9c36693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/widgets/HoneypotWidget/HoneypotWidget.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const HoneypotWidget = ({ updateFormData, field }) => {
onChange={(e) => {
updateFormData(field, e.target.value);
}}
aria-label={field}
/>
</div>
) : (
Expand Down

0 comments on commit 9c36693

Please sign in to comment.