Skip to content
This repository was archived by the owner on Nov 3, 2024. It is now read-only.

Commit d7285ce

Browse files
authored
Merge pull request #50 from drac94/v3.2.0
version 3.2.0
2 parents 59fe252 + 9bf899b commit d7285ce

File tree

4 files changed

+70
-73
lines changed

4 files changed

+70
-73
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,15 @@ This component supports autofill from SMS's received, tested on Safari and Chrom
131131
| `onChange` | Function(value: String) | Callback function called every time an input value changes. | | Required |
132132
| `isPassword` | Boolean | Whether to display the inputs as passwords or not. | false | |
133133
| `disabled` | Boolean | Makes all the inputs disabled if true. | false | Since version 3.1.1 |
134+
| `placeholder` | String | Displays a placeholder in all the inputs. | | Since version 3.2.0 |
134135

135136
## Changelog
136137

138+
### 3.2.0
139+
140+
- Add `placeholder` prop.
141+
- Export component props.
142+
137143
### 3.1.0
138144

139145
- Add `disabled` prop to disable all the inputs.

dist/index.modern.js

+62-71
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)