Captcha
Captcha components are used to determine whether the user is human.
Props
Props Name | Description | Type |
---|---|---|
maxLength | maxlength for txtvalidationcode. | number |
visible | Visibility of Captcha component. | boolean |
Events
Events Name | Description |
---|---|
onLoad | Event emitted when loaded |
onChangeGetCodeValue(codeValue) | Event emitted when txtvalidationcode changed |
setUrl(url) | Set captcha url |
clickSubmit() | Event emitted when click refresh button |
setCodeValue | Allows assigning value to component |