iron-dropdown
iron-dropdown copied to clipboard
An unstyled element that works similarly to a native browser select
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.15.0 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 v1.26.0 Release 1.26.0 v1.25.0 Release 1.25.0 v1.24.1 Release 1.24.1 v1.24.0 Release 1.24.0 v1.23.0 Release 1.23.0...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
created `iron-dropdown-lite` from @valdrinkoshi's #154. iron-dropdown-lite does not rely on `neon-animation`
Neon animation is deprecated and there is no Polymer 3.0 support for it. Since `iron-dropdown` is widely used, it is very important that it starts working with Polymer 3.0. Shall...
in polymer3 We could not change below styles. element.style { outline: none; position: fixed; left: 0px; top: 0px; z-index: 103; }
### Description The element demo does not include iron-dropdown, but x-select Hard to follow., ### Expected outcome iron dropdown used in demo ### Live Demo https://www.webcomponents.org/element/PolymerElements/iron-dropdown/demo/demo/index.html
Similar to the issue raised at https://github.com/PolymerElements/iron-autogrow-textarea/issues/60. Are there any plans to expose mixins or some other mechanism for customizing the scrollbar appearance (`::-webkit-scrollbar`, `::-webkit-scrollbar-thumb`, etc.)? There is currently no...
Fixes #147 by removing neon-animation dependency in favor of CSS keyframe animations, taking a similar approach as in https://github.com/PolymerElements/paper-dialog/pull/163. `` now ships 4 animations: `fade-in-animation, fade-out-animation, scale-up-animation, scale-down-animation`, and supports...
Following the design of paper-tooltip and paper-dialog. This is more difficult then both paper-tooltip and paper-dialog as it comes out of the box with dual animation so that makes the...