Skip to content

Commit a7da3e5

Browse files
devititoJulien Desbois
andauthored
Enable custom autoComplete props (usefull on ios, (#100)
in order to support OTP with autoComplete="one-time-code") Co-authored-by: Julien Desbois <julien.desbois@matters.tech>
1 parent a6447ed commit a7da3e5

11 files changed

Lines changed: 54 additions & 84 deletions

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ const ReactCodeInput = dynamic(import('react-code-input'));
104104
| filterCharsIsWhitelist | bool | `filterChars` acts as blacklist if `false`, whitelist if `true`; `false` by default. |
105105
| pattern | string | The pattern prop specifies a regular expression that the <input> element's value is checked against. |
106106
| inputMode | string | The inputMode prop tells the browser on devices with dynamic keyboards which keyboard to display. |
107+
| autoComplete | string | The autoComplete prop specifies whether or not an input field should have autocomplete enabled. |
107108

108109
## Compatible with
109110
[`redux-form`](https://github.com/erikras/redux-form) from [erikras](https://github.com/erikras)

docs/iframe.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ <h1 class="sb-nopreview_heading sb-heading">No Preview</h1>
131131

132132

133133

134-
<script src="static/vendors~iframe.85aad45fed5d6a9183ff.bundle.js" defer></script>
134+
<script src="static/vendors~iframe.917d8e8f3e518ec26969.bundle.js" defer></script>
135135

136136

137137

138-
<script src="static/iframe.5eaa71a3b05358497b40.bundle.js" defer></script>
138+
<script src="static/iframe.6bda8d9805b3c00c5208.bundle.js" defer></script>
139139

140140

141141

docs/static/iframe.5eaa71a3b05358497b40.bundle.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)