datalist-polyfill icon indicating copy to clipboard operation
datalist-polyfill copied to clipboard

Minimal and dependency-free vanilla JavaScript polyfill for the awesome datalist-functionality

Results 23 datalist-polyfill issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [node](https://togithub.com/nodejs/node) | major | `14` -> `16` | --- ### Release Notes nodejs/node...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Edited/Blocked These updates have been manually edited so Renovate will no longer make...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [xo](https://togithub.com/xojs/xo) | [`^0.50.0` -> `^0.51.0`](https://renovatebot.com/diffs/npm/xo/0.50.0/0.51.0) | [![age](https://badges.renovateapi.com/packages/npm/xo/0.51.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Hello, I tried the demo page https://mfranzke.github.io/datalist-polyfill/demos/ in the Firefox Android version 90.1.1 build 2015820751 on Android 8.1 and nothing happens; meaning that the datalist dropdown list does not appear...

Before this change, an item of the datalistSelect box did not take the same width as the corresponding input box. For example, when an animal is selected (using IE9) on...

I have spaces in my datalist. ``` option1 option2 option3 option4 ``` It shows like this with polyfill. ``` option1 option2 option3 option4 ``` Maybe convert spaces to ` `

I fire a change event on my input with datalist. In Chrome and Edge (native behaviour), it fire the event as soon as I press enter on an item. With...

Here's a strange one! While testing in Safari 12.0.3, I noticed that when the ```datalist``` element is moved somewhere that it is not a sibling of the corresponding ```input```, the...

question

When I access the value attribute on the option I receive "###[P0LYFlLLed]###" inserted between my value. and my My value strings contain commas which may be the reason this is...

question