feat: Implement dynamic state and city selection

- Load states and cities from JSON data files
- Filter cities based on selected state
- Update UI to disable city dropdown until state is selected
- Fix AutoCompleteSelect component to properly handle selection
- Reset city selection when state changes
- Display selected state and city in button
This commit is contained in:
2025-04-25 17:11:24 +03:30
parent 0c9a15153d
commit 574f7bf005
6 changed files with 789 additions and 23 deletions
+1
View File
@@ -35,6 +35,7 @@
"react-google-map-picker": "^1.2.3",
"react-images-uploading": "^3.1.7",
"react-toastify": "^10.0.6",
"sharp": "^0.34.1",
"styled-components": "^6.1.11",
"stylis": "^4.3.4",
"stylis-plugin-rtl": "^2.1.1",