merge from dev
This commit is contained in:
parent
9e1a2cf66a
commit
189942e289
298 changed files with 53049 additions and 5413 deletions
|
@ -117,10 +117,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
<h3>Inputs can have prefixes and suffixes</h3>
|
||||
<demo-snippet class="horizontal">
|
||||
<template>
|
||||
<paper-input class="short" label="total" type="number">
|
||||
<paper-input label="total" type="number">
|
||||
<div prefix>$</div>
|
||||
</paper-input>
|
||||
<paper-input class="short" label="username" id="inputWithButton">
|
||||
<paper-input label="username" id="inputWithButton">
|
||||
<iron-icon icon="mail" prefix></iron-icon>
|
||||
<div suffix>@email.com</div>
|
||||
<paper-icon-button suffix onclick="clearInput()"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue