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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user