Happstack / reform

reform is type-safe HTML form generation and validation library
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

named formlets #7

Open goolord opened 5 years ago

goolord commented 5 years ago

currently, the name of the inputs are enumerations of 'prefix-[x]', this is undesirable when the form is meant to additionally be used by APIs.

would it be possible to make the input names a little more malleable? even something like a per-input prefix would go a long way.

aditionally, the '[' and ']' characters escape to %5B and %5D, which looks a little ugly.