File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,10 @@ for `suffix`).
3939 </paper-input>
4040
4141A ` paper-input ` can use the native ` type=search ` or ` type=file ` features.
42- However, since we can't control the native styling of the input, in these cases
43- it's recommended to use a placeholder text, or ` always-float-label ` ,
44- as to not overlap the native UI (search icon, file button, etc.).
42+ However, since we can't control the native styling of the input (search icon,
43+ file button, date placeholder, etc.), in these cases the label will be
44+ automatically floated. The ` placeholder ` attribute can still be used for
45+ additional informational text.
4546
4647 <paper-input label="search!" type="search"
4748 placeholder="search for cats" autosave="test" results="5">
You can’t perform that action at this time.
0 commit comments