Skip to content

Commit 7c89adc

Browse files
committed
[skip ci] Autogenerate README file.
1 parent 4e10367 commit 7c89adc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,14 @@ See `Polymer.PaperInputContainer` for a list of custom properties used to
204204
style this element.
205205

206206

207+
##Polymer.PaperInputAddonBehavior
208+
209+
210+
Use `Polymer.PaperInputAddonBehavior` to implement an add-on for `<paper-input-container>`. A
211+
add-on appears below the input, and may display information based on the input value and
212+
validity such as a character counter or an error message.
213+
214+
207215
##Polymer.PaperInputBehavior
208216

209217

@@ -215,11 +223,3 @@ template.
215223
The input element can be accessed by the `inputElement` property if you need to access
216224
properties or methods that are not exposed.
217225

218-
219-
##Polymer.PaperInputAddonBehavior
220-
221-
222-
Use `Polymer.PaperInputAddonBehavior` to implement an add-on for `<paper-input-container>`. A
223-
add-on appears below the input, and may display information based on the input value and
224-
validity such as a character counter or an error message.
225-

0 commit comments

Comments
 (0)