Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

datalist-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datalist-polyfill - npm Package Versions

1
57

1.7.0

Diff

Changelog

Source

[1.7.0] - 2017-06-29

Added

  • As mentioned by @aFarkas within his review, option elements could be of some different formats. This release especially follows the spec regarding the aspect that „Each suggestion has a value and a label.“.
mfranzke
published 1.6.2 •

Changelog

Source

[1.6.2] - 2017-06-28

Changed

  • Optimized the behavior to select the entries within the polyfilling select[multiple] on using the up and down arrow keys from the polyfilled input[list].
mfranzke
published 1.6.1 •

Changelog

Source

[1.6.1] - 2017-06-16

Changed

  • Introduced speaking variables for the different keycodes.
  • And implemented some feedback by flow.
  • As well as additional code simplifications.
mfranzke
published 1.6.0 •

Changelog

Source

[1.6.0] - 2017-06-16

Changed

This is so far the biggest and greatest update !

  • Depending of the feedback by Michael the visual appearance has changed and will better emulate the expected layout as in other browsers (on non-touch interactions). That for the script is creating the polyfilling select as a multiple-selection type, which emulates the expected „form“ better.
  • And better positioning as well as styling the polyfilling select according to the input field, like e.g. even also set the polyfilling select elements border-radius equally as the one by the polyfilled input.
mfranzke
published 1.5.0 •

Changelog

Source

[1.5.0] - 2017-06-10

Changed

  • Simplified the styling and got rid of the external CSS files / dependency. You could remove that one now. Yeah!
mfranzke
published 1.4.0 •

Changelog

Source

[1.4.0] - 2017-06-09

Added

  • Added RTL text-direction support
mfranzke
published 1.3.0 •

Changelog

Source

[1.3.0] - 2017-05-30

Added

  • Added support for multiple email addresses, separated by comma.

Changed

  • And again, updated documentation slightly. And demo accordingly.
mfranzke
published 1.2.1 •

Changelog

Source

[1.2.1] - 2017-05-29

Changed

  • Simple code style modifications. Because style matters.
mfranzke
published 1.2.0 •

Changelog

Source

[1.2.0] - 2017-05-29

Added

  • Added .options (for datalist elements) and .list (for input elements) properties according to the specs.
mfranzke
published 1.1.2 •

Changelog

Source

[1.1.2] - 2017-05-22

Changed

  • Further simplified the code, so that we could even skip the .matches() polyfill. Yeah.
  • And documentation updates.
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc