Scrolling panel example
DOM User InterfaceDisplays the widget popup in a user-defined container, rather than at the bottom of the document body.
See the Pen Scrolling panel example by Addressfinder (@addressfinder) on CodePen.
Related code examples
-
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
-
Read only Suburb-State-Postcode fields - The suburb/state/postcode fields are read only and unable to be edited.#DOM #Location #Read only
-
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