We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7feefa1 commit a157f16Copy full SHA for a157f16
README.md
@@ -132,6 +132,10 @@ compound input field like a social security number input. The custom input eleme
132
</paper-input-container>
133
```
134
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
+
139
### Validation
140
141
If the `auto-validate` attribute is set, the input container will validate the input and update
0 commit comments