PolymerElements / iron-autogrow-textarea

Textarea that grows in height as more lines of input are entered
https://webcomponents.org/element/PolymerElements/iron-autogrow-textarea
19 stars 48 forks source link

Text selection on focus #38

Closed ahedderich closed 9 years ago

ahedderich commented 9 years ago

It would be nice to have control over the selected text on focus, so that the entire value could be selected on focusing.

notwaldorf commented 9 years ago

I've recently cut a new release that adds selectionStart and selectionEnd getters/setters to this element. Does that work for you?

ahedderich commented 9 years ago

Oh didn't notice that. Billiant. Should do the trick.