PolymerElements / paper-input

A Material Design text field
https://www.webcomponents.org/element/PolymerElements/paper-input
130 stars 162 forks source link

Inability to call select() to highlight/select input. #689

Open katlyn-edwards opened 5 years ago

katlyn-edwards commented 5 years ago

Description

paper-input doesn't provide a method for select() which is present on native inputs.

Expected outcome

paperInput.select() highlights the text in the input element.

Actual outcome

Error as this is not a method

Live Demo

input.select() vs paperInput.select()

Browsers Affected