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
7

1.14.2

Diff

Changelog

Source

[1.14.2] - 2018-06-20

Fixed

  • A small bug sadly slipped through that doesn't hide the polyfilling select on non-matching option elements regarding the value.
mfranzke
published 1.14.1 •

Changelog

Source

[1.14.1] - 2018-06-20

Added

  • Hiding the polyfilling select on pressing ENTER, which is equal to the behavior on pressing ESC.
  • Added more badges to the README. I'm loving badges.

Changed

  • Made some necessary changes to enhance the current demo page by the minimum amount of relevant HTML tags that should be included within every page (and even also added the IE related meta tag due to backwards compatibility).

Removed

  • Removed some sample code out of the README page due to the new NPM websites layout.

Fixed

  • The determination of option elements within the polyfilling select has incorrectly even also included :disabled elements.
mfranzke
published 1.14.0 •

Changelog

Source

[1.14.0] - 2018-06-12

Added

  • Added MutationObserver to even also capture changes to the option elements as a correction to enhance the current functionality (#16).

Changed

  • Changed some URLs from HTTP to the new kid on the block: HTTPS. Nice ! ;-)
  • Additionally did some necessary updates to the documentation.
mfranzke
published 1.13.2 •

Changelog

Source

[1.13.2] - 2018-06-11

Changed

  • Focusing the input[list] after selecting a suggestion, as in #18
mfranzke
published 1.13.1 •

Changelog

Source

[1.13.1] - 2018-06-04

Changed

  • Some code refactoring, nothing really serious By the way, it was polyfills 1st birthday one month ago. Yeah !!!
mfranzke
published 1.13.0 •

Changelog

Source

[1.13.0] - 2018-05-28

Added

  • Thanks to @eddr and @Kravimir for inspiring me via #5 that there should be another possibility on defining value and label for the suggestions. As the browser vendors (GC vs. the others) don't seem to be aligned on this topic, I've decided to enable the label-attribute to serve as the definitive label being displayed, even if a value is being defined differing from the label. Check out the „Different ways of defining an option“ section on the demo page regarding this topic.

Changed

  • The docs. And changed (dependencies) and added (jsdelivr) badges. I like badges.
  • As well as extracted the CHANGELOG to an external file.
mfranzke
published 1.12.3 •

Changelog

Source

[1.12.3] - 2018-05-04

Fixed

  • @wlekin thankfully mentioned (extracted to #15) that the polyfilling select gets positioned incorrectly underneath the input[list] element on iOS.
mfranzke
published 1.12.2 •

Changelog

Source

[1.12.2] - 2018-05-01

Fixed

  • Thank you @IceCreamYou for fixing the case sensitive focusOut -> focusout event name
mfranzke
published 1.12.1 •

Changelog

Source

[1.12.1] - 2018-04-07

Changed

  • simple (code) style changes (plus added .editorconfig to keep it that way) and typo
mfranzke
published 1.12.0 •

Changelog

Source

[1.12.0] - 2018-03-18

Added

  • @ottoville thankfully contributed by mentioning and implementing the feature of emitting an event when item in datalist is selected
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