Closed WickyNilliams closed 4 years ago
fixes #21
sets a hidden input to the raw ISO value, and attaches the name prop to that.
name
this means, regardless of localization, the ISO value will always be submitted in a traditional form submission, and the ISO value will available be on a FormData instance
FormData
Any chance of getting this merged?
Pulled and ran the new test, works as expected.
@WickyNilliams Looks good! Let’s merge once the one conflict is resolved.
Rebased and fixed conflicts
fixes #21
sets a hidden input to the raw ISO value, and attaches the
name
prop to that.this means, regardless of localization, the ISO value will always be submitted in a traditional form submission, and the ISO value will available be on a
FormData
instance