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. |
call-active | boolean | Indicates the active state of the dial-pad. |
call-button-label | string | |
disabled | boolean | Indicates the disabled state of the dial-pad. |
end-call-button-label | string | |
helper-text | string | Indicates the helper-text's text. |
no-call | boolean | Indicates the no-call state of the dial-pad. |
no-input | boolean | Indicates the no-input state of the dial-pad. |
pattern | string | Indicates the dial pad's pattern. |
pending | boolean | Indicates the pending state of the dial-pad. |
placeholder | string | Indicates the placeholder's text. |
value | string | Indicates the value's text. |
Events
Name | Event Type | Description |
---|---|---|
blur | CustomEvent<undefined> | Emitted when the text field loses focus |
change | CustomEvent<undefined> | Emitted when the text field value changes |
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. |
dial | CustomEvent<undefined> | Emitted when the call button is clicked |
end-call | CustomEvent<undefined> | Emitted when the end call button is clicked |
focus | CustomEvent<undefined> | Emitted when the text field receives focus |
input | CustomEvent<undefined> | Emitted when the text field value changes |
keydown | KeyboardEvent | Fires when a key is pressed. |
keypad-click | CustomEvent<HTMLElement> | Emitted when a digit button is clicked |
keyup | KeyboardEvent | Fires when a key is released. |
Methods
Name | Type | Description |
---|---|---|
valueChanged | (_oldValue: string,newValue: string) => unknown |