LWT JavaScript API
Preparing search index...
shared/utils/ajax_utilities
copySelectValueToInput
Function copySelectValueToInput
copySelectValueToInput
(
select_elem
:
HTMLSelectElement
,
input_elem
:
HTMLInputElement
,
)
:
void
Assign the display value of a select element to the value element of another input.
Parameters
select_elem
:
HTMLSelectElement
input_elem
:
HTMLInputElement
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
LWT JavaScript API
Loading...
Assign the display value of a select element to the value element of another input.