You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
Desktop (please complete the following information):
Possible Fix:
Update form for State input to be a dropdown instead of a basic text input.
The text was updated successfully, but these errors were encountered: