dense-analysis / dense-analysis/pricewarp
Strip commas and spaces in number inputs
- Dominant language
- Go
- Stars
- 8
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice to tolerate inputs like `"1,234"` and `" 456 "` for number inputs so you can quickly copy and paste information into those fields without having to adjust the text manually.
Bear in mind that if the application is ever localised into different regions, `,` can mean the same as `.` in English, etc.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue does not name files, tests, or an entry point. Locate the handling for number inputs and first check how values such as "1,234" and " 456 " are processed. Done means copied values with commas or surrounding spaces are tolerated, while the localization concern remains accounted for.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100