Skip to content

Commit

Permalink
Set autocomplete to start at zone
Browse files Browse the repository at this point in the history
  • Loading branch information
daviemukungi committed Dec 10, 2024
1 parent 44d8607 commit 71dfa34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openmrs/apps/registration/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"addressHierarchy": {
"showAddressFieldsTopDown": true,
"strictAutocompleteFromLevel": "address2"
"strictAutocompleteFromLevel": "cityVillage"
},
"relationshipTypeMap": {
"Doctor":"provider",
Expand Down Expand Up @@ -133,7 +133,7 @@
},
"addressHierarchy": {
"showAddressFieldsTopDown": false,
"strictAutocompleteFromLevel": "address2"
"strictAutocompleteFromLevel": "cityVillage"
}
}
}

0 comments on commit 71dfa34

Please sign in to comment.