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
Implement auto-fill functionality for the geographic details dropdowns (State, District, Local Body) in the "Create Facility" form based on the user's current organization page. For instance, if the user is on the "Aluva Municipality" organization page, the dropdowns should automatically populate with "Kerala" (State), "Ernakulam" (District), and "Aluva" (Local Body) when the form is opened.
Ensure proper handling of pincode autofill behavior. When a user inputs a pincode that corresponds to a region outside the autofilled district (e.g., a non-Ernakulam district pincode while on the Aluva organization page), display a prompt confirming the change. The prompt should ask the user if they want to proceed with updating the State and District fields to reflect the new pincode (e.g., new State: Kerala, new District: Ernakulam).
For the "Update Facility" page, ensure that dropdown values are fetched based solely on the facility's existing data. Do not consider the current organization page for auto-filling in this case.
The text was updated successfully, but these errors were encountered:
Enhancement as a another PR
auto-fill the dropdown, based on the current organisation page user
Originally posted by @nihal467 in #9662 (comment)
Expected Behavior
The text was updated successfully, but these errors were encountered: