googlearchive / core-input

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

Can't set default value #1

Closed frankiefu closed 10 years ago

frankiefu commented 10 years ago

I want to set the input value using value attribute:

<core-input value="hello world"></core-input>

But the input shows empty.

FWeinb commented 10 years ago

As I read the documentation found here the value attribute holds the value the user committed to. What you want is to bind to inputValue.

davidpfahler commented 10 years ago

Why is this still open?

morethanreal commented 10 years ago

This is fixed.