
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
ideal-postcodes-autocomplete
Advanced tools
Frontend UK Address Autocomplete Library for Ideal Postcodes API
This library will create an autocomplete box for any input field specified and pipe the details of a selected address to input fields you designate.
Usage requires an Ideal-Postcodes.co.uk API Key

This library is tested across modern desktop and mobile browers
Internet Explorer 9 and above is supported. Internet Explorer 6, 7 and 8 are not supported
To get started, create and point an Autocomplete instance to the input box to add autocomplete to while specifying output fields. E.g.
const controller = new IdealPostcodes.Autocomplete.Controller({
api_key: "iddqd",
inputField: "#input",
outputFields: {
line_1: "#line_1",
line_2: "#line_2",
line_3: "#line_3",
post_town: "#post_town",
postcode: "#postcode"
}
});
Please see our documentation for more information
You may install it via npm with,
npm install ideal-postcodes-autocomplete --save
You may also use Bower with,
bower install ideal-postcodes-autocomplete --save
Finally you can install it manually by copying the minified build from /dist/
Run the test suite with,
gulp test
You may test the library manually in a browser console with,
gulp webserver
MIT
FAQs
Frontend UK Address Autocomplete Library for Ideal Postcodes API
We found that ideal-postcodes-autocomplete demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.