sergiodxa / remix-utils

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

Add "id" attribute to Honeypot input #256

Closed hakimLyon closed 1 year ago

hakimLyon commented 1 year ago

The label was pointing to the input using the ID, but the input didn't set the ID, breaking the relation between the label and the input.