iron-autogrow-textarea icon indicating copy to clipboard operation
iron-autogrow-textarea copied to clipboard

Textarea that grows in height as more lines of input are entered

Results 25 iron-autogrow-textarea issues
Sort by recently updated
recently updated
newest added

After a few hours of trying multiple combinations, including using mixins (`--iron-autogrow-textarea`) I could not find a way to style the scrollbar of this element using webkit-scrollbar styles, such as:...

p1 - backlog

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...

dependencies

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.23.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 Changelog Sourced from...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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...

cla: yes
dependencies

Fixes (reported in https://github.com/PolymerElements/paper-input/issues/531) ![image](https://user-images.githubusercontent.com/1168053/52117275-9ce50680-2613-11e9-9c10-aeb81c99129a.png) Thrown by `paper-textarea` with initial value and `auto-validate` like: ```html ``` In this case, validation happens too early causing a read of `this.$.textarea.validity.valid` to cause...

cla: yes

### Description The `iron-autogrow-textarea` still doesn't react to `element.focus()`. I have seen that there was a merged PR (https://github.com/PolymerElements/paper-input/issues/129) in `paper-input` which was linked in #34 , however this element...

As you know, In the Shadow DOM, the `change` event is not leaked into the ancestor tree, so we must do this manually. This is done in the rest of...

cla: yes

### Description The `autocapitalize` attribute binding is missing on the internal `` element. ### Expected outcome For example with `` On an iPad the keyboard should be blocked on uppercase...

_This is an issue originally reported at PolymerElements/paper-input#577, I'm moving it here because to me the problem relies on the `iron-autogrow-textarea` element._ ### Description When binding to a null variable,...

This fixes #116, adding a `debounce` function to avoid the delay to the user.

cla: yes