Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
polymer-ui-field: update metadata to add input so inspector can show
Browse files Browse the repository at this point in the history
placeholder and value properties
  • Loading branch information
frankiefu committed Oct 25, 2013
1 parent 6dac5f3 commit c29baa5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions polymer-ui-field/metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@
<link rel="import" href="../polymer-ui-icon/polymer-ui-icon.html">
</template>
</x-meta>

<x-meta id="input" label="Input" isHidden>
<property name="placeholder" kind="string"></property>
<property name="value" kind="string"></property>
</x-meta>

0 comments on commit c29baa5

Please sign in to comment.