Open goolord opened 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.
%5B
%5D
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.