File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,7 @@ The `<PinScreen />` is a great plug and play solution for a PIN screen.
155155| keyboard | array | Yes | See PinKeyboard.js | 4 x 3 matrix containing the value for each key. Image or text. |
156156| keyboardStyle | object | Yes | See PinKeyboard.js | Style applied to the keyboard. |
157157| keyboardDisabledStyle | object | Yes | See PinKeyboard.js | Style applied when the keyboard is disabled. |
158+ | disableRippleEffect | bool | Yes | false | Disables the ripple effect from the keys. |
158159| keyStyle | object | Yes | See PinKeyboard.js | Style applied to each key on the keyboard. |
159160| keyTextStyle | object | Yes | See PinKeyboard.js | Style applied to the text inside each key. |
160161| keyImageStyle | object | Yes | See PinKeyboard.js | Style applied to image in a key. If an image is passed. |
@@ -174,6 +175,7 @@ in the future.
174175| keyboardFunc | array | Yes | See PinKeyboard.js | 4 x 3 matrix containing custom functions for each key. Pass null for no function. |
175176| keyboardStyle | object | Yes | See PinKeyboard.js | Style applied to the keyboard. |
176177| keyboardDisabledStyle | object | Yes | See PinKeyboard.js | Style applied when the keyboard is disabled. |
178+ | disableRippleEffect | bool | Yes | false | Disables the ripple effect from the keys. |
177179| keyStyle | object | Yes | See PinKeyboard.js | Style applied to each key on the keyboard. |
178180| keyTextStyle | object | Yes | See PinKeyboard.js | Style applied to the text inside each key. |
179181| keyImageStyle | object | Yes | See PinKeyboard.js | Style applied to image in a key. If an image is passed. |
You can’t perform that action at this time.
0 commit comments