See the Pen Read only Suburb-State-Postcode fields by Addressfinder (@addressfinder) on CodePen.
Related code examples
-
Read only address field - The example allows for addresses to be searched in the "address search" field and then populates the address in a single line, read only "Selected Billing Address" field.#DOM #Read only
-
Autocomplete Address and Suburb-State-Postcode combination - Demonstrates configuring an autocomplete widget on the address field, as well as on the suburb field. This means that if a user is unable/unwilling to select their address for some reason, then they can still use the location autocomplete, ensuring they have a valid suburb/state/postcode combination.#Location #Postcode #State #Suburb
-
Form without address line 2 - The example shows the basic use case of the AddressFinder widget but on a form that has fewer address fields. This form only has one "address line" so the widget has been modified to combine the 'Address_Line_1' and 'Address_Line_2' elements when populating the content into the appropriate field.#DOM #Logic #Split Fields #Street
-
Location autocomplete - The code displays the use of the Addressfinder Widget for the purposes of searching locations and in this case Suburb-State-Postcode combinations.#Locality #Location #Split Fields #Suburb
-
Scrolling panel example - Displays the widget popup in a user-defined container, rather than at the bottom of the document body.#DOM #User Interface