[Bug Report] - Civic Profile: Housing Info
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 38
- Forks
- 23
- Avg merge
- 11m
- Merged PRs (30d)
- 4
Description
Describe the bug:
Console warning of unstyled content in console log in 4 input fields and State input accepts any string.
Expected behavior:
Unsure if the console error is worth looking into.
I'd want the state input to be a dropdown of set values instead of typing my state.
Actual Behavior:
-
When typing input for street, city, state & zip, a console error appears: Layout was forced before the page was fully loaded. If stylesheets are not yet loaded this may cause a flash of unstyled content. (menu.html)
-
State input: should be a set dropdown of states (name or abbreviation) instead of a basic text input to reduce errors. I can currently enter random strings and it is submitted without an error
Screenshots:
To Reproduce:
Steps to reproduce the behavior:
- Go to 'Civic Profile > Housing Information'
- Fill out the form
- Submit
- See error in console log
Desktop (please complete the following information):
- OS: Mac
- Browser Firefox
- Version 129.0.1
Possible Fix:
Update form for State input to be a dropdown instead of a basic text input.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at Civic Profile > Housing Information and reproduce the console warning while filling the street, city, state, and ZIP fields. Inspect the form entry point and determine whether the warning is actionable; the state field work is done when it uses a fixed set of state values and rejects arbitrary strings.
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
- Mostly clear
- Newbie friendliness
- 42/100