Home > widget-integration > FilterRender > syncInputValue
FilterRender.syncInputValue() method
Writes a value to a text input with delimiter formatting; no-ops safely when the input is null.
Signature:
protected syncInputValue(input: HTMLInputElement | null, value: number, option?: FilterConfig): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
input |
HTMLInputElement | null | |
|
value |
number | |
|
option |
(Optional) |
Returns:
void