Skip to content
On this page

VDialPad

Base class for dial-pad

Props

NameTypeDescription
aria-currentEnum:
page
step
location
date
time
true
false
Indicates the element that represents the current item within a container or set of related elements.
helper-textstringIndicates the helper-text's text.
placeholderstringIndicates the placeholder's text.
valuestringIndicates the value's text.
patternstringIndicates the dial pad's pattern.
disabledbooleanIndicates the disabled state of the dial-pad.
pendingbooleanIndicates the pending state of the dial-pad.
call-activebooleanIndicates the active state of the dial-pad.
no-callbooleanIndicates the no-call state of the dial-pad.
no-inputbooleanIndicates the no-input state of the dial-pad.
end-call-button-labelstring
call-button-labelstring

Events

NameEvent TypeDescription
clickMouseEventFires 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.
keydownKeyboardEventFires when a key is pressed.
keyupKeyboardEventFires when a key is released.
changeCustomEvent<undefined>Emitted when the text field value changes
inputCustomEvent<undefined>Emitted when the text field value changes
blurCustomEvent<undefined>Emitted when the text field loses focus
focusCustomEvent<undefined>Emitted when the text field receives focus
keypad-clickCustomEvent<HTMLElement>Emitted when a digit button is clicked
dialCustomEvent<undefined>Emitted when the call button is clicked
end-callCustomEvent<undefined>Emitted when the end call button is clicked

Methods

NameTypeDescription
valueChanged(_oldValue: string,newValue: string) => unknown