You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
I am not sure if the issue is with the <paper-input value={{value}} /> as well, but I am setting it's value via this.shadowRoot.querySelector('paper-input').value = 'testVal';
Expected Results
When it's value is non-null, the label should float automatically.
Actual Results
The label doesn't float automatically, but it does when we click on it. and stays there like it should.
The text was updated successfully, but these errors were encountered:
I am not sure if the issue is with the
<paper-input value={{value}} />
as well, but I am setting it's value viathis.shadowRoot.querySelector('paper-input').value = 'testVal';
Expected Results
When it's value is non-null, the label should float automatically.
Actual Results
The label doesn't float automatically, but it does when we click on it. and stays there like it should.
The text was updated successfully, but these errors were encountered: