File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -204,6 +204,14 @@ See `Polymer.PaperInputContainer` for a list of custom properties used to
204204style 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.
215223The input element can be accessed by the ` inputElement ` property if you need to access
216224properties 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-
You can’t perform that action at this time.
0 commit comments