Don't show validation message for Selects immediately
- Dominant language
- TypeScript
- Stars
- 38
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
From https://github.com/getodk/web-forms/pull/164#issuecomment-2297309308:
> It would be good if select constraint messages don’t show up on first selection if user hasn’t moved on. Inputs use blur. It would require a little more logic to produce a similar experience for selects as radios/checkboxes (e.g. some delay on blur to cancel on interaction with additional items)
Contributor guide
No contributing guide indexed for this repository
Research direction
Review the discussion in pull request 164 and trace the select constraint-validation flow, comparing it with the blur behavior for inputs and interaction handling for radios or checkboxes. Done means a select constraint message does not appear on the first selection before the user moves on, while later validation still works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100