called each time when a component needs to set a value in a related html input
input.$setValue("new value");
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