DecimalField invalid validation shows "required" error message
Open
- Dominant language
- JavaScript
- Stars
- 634
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
If I initialize a DecimalField with required set to true and input a letter then it shows: "This field is required." instead of saying something about the entry being invalid for example.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue identifies DecimalField but does not name a source file or test. Start by locating DecimalField's validation logic and the existing validation tests, then reproduce the case with required set to true and a letter as input. Done means invalid input produces an error describing the invalid value rather than the required-field message.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100