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
-
Configuring the widget when the state field is a select box - The state field is a drop down list. This code example shows how to use mappings to select the appropriate state from the select element.#Custom #State #User Interface
-
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 suburb/state/postcode fields - The suburb/state/postcode fields are read only and unable to be edited.#DOM
-
Remove 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