sergiodxa / remix-utils

A set of utility functions and types to use with Remix.run
https://sergiodxa.github.io/remix-utils/
MIT License
2.1k stars 117 forks source link

Honeypot's autocomplete="nope" instead of "off" #332

Open andrecasal opened 6 months ago

andrecasal commented 6 months ago

Describe the bug

the autocomplete attribute has the value "nope", which is invalid. Shouldn't it be "off" instead or is this done on purpose to throw off bots?

Your Example Website or App

https://github.com/sergiodxa/remix-utils

Steps to Reproduce the Bug or Issue

  1. Add the honeypot
  2. Check the rendered markup

Expected behavior

I expected that markup to be valid.

Screenshots or Videos

No response

Platform

Additional context

No response