$setValue

called each time when a component needs to set a value in a related html input

$setValue;

Example

input.$setValue("new value");

Details

Not designed for direct calls

Can be redefined in a custom view.

$setValue is called only when a component was rendered completely (and its html is ready and accessible).

Back to top