called each time when component need to set value in related html input
value | string | new value for the input |
input.$setValue("new value");
Not purposed for direct calls
Can be redefined in a custom view. Is called only when component was rendered for sure (and components html is ready and accessible).
Back to top