Socket
Socket
Sign inDemoInstall

knockout-place-picker

Package Overview
Dependencies
6
Maintainers
6
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

knockout-place-picker


Version published
Maintainers
6
Created

Readme

Source

Knockout Place Picker

Knockout component to pick a FIPs place.

Installation

npm install knockout-place-picker --save

How to Use

require the script and use it as a binding handler:

<span data-bind="placePicker: myPlace"></span>

where myPlace is an observable you want two-way bound to the component. In the case of place picker, this is an object containing the selected suggestion from typeahead results, or undefined if nothing is selected.

This component complements and can be used with the Knockout Place Viewer

Keywords

FAQs

Last updated on 04 Apr 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc