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
As of right now the states are hardcoded as options for the state drop down menu.
To prevent code duplication of the 50 states, I am going to create a constants file for the states and it can be imported into anything that needs the 50 states drop down menu.
Created constants file for 50 US States
Imported and refactored States drop down menu for Company
The text was updated successfully, but these errors were encountered:
As of right now the states are hardcoded as options for the state drop down menu.
To prevent code duplication of the 50 states, I am going to create a constants file for the states and it can be imported into anything that needs the 50 states drop down menu.
The text was updated successfully, but these errors were encountered: