How to correctly hide data storage inputs for submitting information? #547
|
Lately while searching I found some other implementations or opinions about how to hide an input that stores data, which go far from just doing
|
Answered by
GomezIvann
May 14, 2025
Replies: 2 comments 1 reply
|
Maybe we already had this conversation... but I thought we were currently using the second approach: |
1 reply
|
We have already followed the |
0 replies
Answer selected by
GomezIvann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have already followed the
<input type="hidden" />approach I suggested, so we can close this!