Closed O-Osahon closed 5 years ago
It seems form fields only take strings. .field('price', 200000000000) seems not to work. Is this normal?
.field('price', 200000000000)
The field method is from the underlying superagent request. Their documentation details the proper values, but yes, I believe numbers are not supported.
field
superagent
It seems form fields only take strings.
.field('price', 200000000000)
seems not to work. Is this normal?