Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit 0a198f1

Browse files
author
Renan Borges
committed
Add placeholder property
1 parent ff2731c commit 0a198f1

File tree

4 files changed

+27
-314
lines changed

4 files changed

+27
-314
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ You can provide a custom `className` to the Nice Input Password and custom `clas
8989
|:---|:---|:---|:---|
9090
| label | string or function | undefined | The label showned on top of input element |
9191
| name | string | undefined | The name used on input element `name={name}` |
92-
| placeholder | string | undefined | The placeholder used on input element `placeholder={placeholder}` |
92+
| placeholder | string | (empty string) | The placeholder used on input element `placeholder={placeholder}` |
9393
| className | string | (empty string) | Optional class to be passed to niceinputpassword context |
9494
| normalClassName | string | 'none' | The className used on level color
9595
| dangerClassName | string | 'danger' | The className used on level color

0 commit comments

Comments
 (0)