Skip to content

Commit a157f16

Browse files
committed
[skip ci] Autogenerate README file.
1 parent 7feefa1 commit a157f16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ compound input field like a social security number input. The custom input eleme
132132
</paper-input-container>
133133
```
134134

135+
If you're using a `<paper-input-container>` imperatively, it's important to make sure
136+
that you attach its children (the `iron-input` and the optional `label`) before you
137+
attach the `<paper-input-container>` itself, so that it can be set up correctly.
138+
135139
### Validation
136140

137141
If the `auto-validate` attribute is set, the input container will validate the input and update

0 commit comments

Comments
 (0)