Manual address selector
ManualDemonstrates how to enable/disable the autocomplete widget using a clickable link to "Enter manually".
See the Pen Manual address selector by Addressfinder (@addressfinder) on CodePen.
Related code examples
-
Disable widget via empty results message. - If no address is returned when searching, a message is displayed which allows the user to disable the widget and enter their address manually. "Click here to enter it manually".#Empty Content #Error Message #Manual
-
Disable widget via list element - uses JQuery - The example shows a basic Addressfinder widget integration being retrieved via JQuery instead of using pure javascript. It also contains a list element that allows a user to turn off the widget and enter their address manually.#JQuery #Manual
-
Learn How To Disable And Enable The Common Plugin - Learn how to disable and enable the Common Plugin. This can be handy if you wish to provide an option for your users to enter their addresses manually.#Common Plugin #Manual