VDialPad
Base class for dial-pad
Props
Name | Type | Description |
---|---|---|
aria-current | Enum:page step location date time true false | Indicates the element that represents the current item within a container or set of related elements. |
input-aria-label | string | |
delete-button-aria-label | string | |
call-button-label | string | |
end-call-button-label | string | |
digit-one-aria-label | string | |
digit-two-aria-label | string | |
digit-three-aria-label | string | |
digit-four-aria-label | string | |
digit-five-aria-label | string | |
digit-six-aria-label | string | |
digit-seven-aria-label | string | |
digit-eight-aria-label | string | |
digit-nine-aria-label | string | |
digit-asterisk-aria-label | string | |
digit-zero-aria-label | string | |
digit-hashtag-aria-label | string | |
helper-text | string | Indicates the helper-text's text. |
placeholder | string | Indicates the placeholder's text. |
value | string | Indicates the value's text. |
pattern | string | Indicates the dial pad's pattern. |
disabled | boolean | Indicates the disabled state of the dial-pad. |
active | boolean | Indicates the active state of the dial-pad. |
no-call | boolean | Indicates the no-call state of the dial-pad. |
Events
Name | Event Type | Description |
---|---|---|
click | MouseEvent | Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element. |
keydown | KeyboardEvent | Fires when a key is pressed. |
keyup | KeyboardEvent | Fires when a key is released. |
change | unknown | Emitted when the text field value changes |
input | unknown | Emitted when the text field value changes |
blur | unknown | Emitted when the text field loses focus |
focus | unknown | Emitted when the text field receives focus |
keypad-click | unknown | Emitted when a digit button is clicked |
dial | unknown | Emitted when the call button is clicked |
end-call | unknown | Emitted when the end call button is clicked |
Methods
Name | Type | Description |
---|---|---|
onValueChange | (_oldValue: string,newValue: string) => unknown |