I am using the AD B2C custom policies
to achieve the Sign-in
and Signup
.
In the Signup page, I need to have a dependent controls functionality. Like, once I enter a value in a text box and focus out, a rest API call should be made to pull the information from the Database and need to display that information in the next controls in the read only mode.
For example,
- If I enter a postal code, It should auto populate the city information
- If I choose a city, It should auto populate the state and country details.
Please suggest a way to achieve this scenario.