How to use the api calls for pin code fields and for dropdown #71
-
Hi @manojadams I want to prefill the state and city based on the pincode entered through the API call. It is making an API call when the form first loads but not when I enter the pin. Also is there a way to load the options for a dropdown through the API call.? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@venkateshpullaganti In the sample codesandbox attached, I don't see any option fields like select. |
Beta Was this translation helpful? Give feedback.
-
The following example demonstrates how to fetch and update state list on entering pincode.
Note: |
Beta Was this translation helpful? Give feedback.
The following example demonstrates how to fetch and update state list on entering pincode.