<nve-media-playback-rate-select>
Properties
Resets the control value to its initial value.
() => void
Sets a custom validation message. https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/setCustomValidity
(message: string) => void
Checks whether the control satisfies its constraints. https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/checkValidity
() => boolean
Reports whether the control satisfies its constraints. https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/reportValidity
() => boolean
Text content from labels associated with the control.
string
Labels associated with the control. https://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/labels
The current value parsed as a number.
number
The current value serialized as a string.
string
The validation message shown when the control is invalid. https://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/validationMessage
string
The control validity state. https://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/validity
Indicates whether the control participates in constraint validation. https://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/willValidate
true
false
The form associated with the control. https://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/form
Disables constraint validation for this control. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/novalidate
true
false
The name submitted with the control value as part of the form data. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/name
string
Defines the maximum text length. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/maxlength
number
Defines the minimum text length. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/minlength
number
Defines the value granularity for numeric inputs. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/step
number
null
Defines the maximum numeric value. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/max
number
null
Defines the minimum numeric value. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/min
number
null
Defines the pattern that text values must match. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/pattern
string
Requires a value before the parent form can submit. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/required
true
false
Prevents the user from interacting with the control. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled
true
false
Prevents the user from changing the control value. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly
true
false
The initial value used when the parent form resets.
string
The select control type.
select-one
The selected options.
HTMLOptionElement[]
The index of the selected option.
number
The options available in the select.
HTMLOptionElement[]
The number of options available in the select.
number
The selected value. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select#value
Enables updating internal string values for internationalization.
Array<number
string>
string
null
string