Skip to content

Commit b06fba9

Browse files
committed
[skip ci] Autogenerate README file.
1 parent f4822f8 commit b06fba9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ for `suffix`).
3939
</paper-input>
4040

4141
A `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">

0 commit comments

Comments
 (0)