Add to React
- Create a
context
container and attach a reference withcreateRef
- Bind Postcode Lookup with
setup
passing in reference as context - Update address state using
OnAddressSelected
callback.
Loading...
context
container and attach a reference with createRef
setup
passing in reference as contextOnAddressSelected
callback.