googlearchive / core-input

A single-line text field with some extra powers
7 stars 20 forks source link

add documentation to all forwarded methods #35

Closed jakemac53 closed 10 years ago

jakemac53 commented 10 years ago

There are a bunch of methods that forward to the internal input element, this adds documentation to them.

Also, select() was calling blur() on the internal element, I changed that to select() as I assume it was a bug.

morethanreal commented 10 years ago

thank you!