Discord Username
ooquaria | bito
Description of the Bug
When filling out address fields, trailing spaces are trimmed while typing. You can go back to input spaces, but this is a poor user experience
Original thread:
Steps to Reproduce
- Go to an address field while signing up
- Type any phrase with spaces
[Optional] Suggested Fix
We can fix the bug by:
- Moving trimming logic to the submission event
Acceptance Criteria
A PR for this issue must:
- Allow for typing addresses with spaces
- Trim the starting and trailing spaces prior to being sent to the API
Discord Username
ooquaria | bito
Description of the Bug
When filling out address fields, trailing spaces are trimmed while typing. You can go back to input spaces, but this is a poor user experience
Original thread:
Steps to Reproduce
[Optional] Suggested Fix
We can fix the bug by:
Acceptance Criteria
A PR for this issue must: