Name | Description | Type | Default |
---|
value | Send the value with the component and check the entered value correctly | string | `` |
chars | Characters that captcha should be made with. | string | A to Z a to z 0 to 10 |
count | Number of character | number | 5 |
hideLines | Hide dirty line and make captcha simple | boolean | false |
customTextColor | Set text color for all characters | string | `` |
textColors | Set random text color for each character in array of list | string[] | `` |
width | Width of captcha | any | count * 30 |
height | Width of captcha | number | 50 |
canvasClass | custom class for canvas | string | `` |
captchaFont (V1.1.3) | Custom canvas font | string | bold 28px sans-serif |
hideRefreshIcon (V1.1.5) | Custom canvas font | boolean | hide or show refresh button action |