<div dir="ltr">Hey guys,<div><br></div><div>I have found a following issue:</div><div><br></div><div>we expose public JSF component API for Widget Factory based component by allowing to reference widget reference (i.e. call methods directly on widget instance):</div>

<div><br></div><div>#{rich:component(&#39;autocomplete&#39;)}.close();</div><div><br></div><div>It will make sure that e.g. following methods can be invoked:</div><div><a href="http://www.richwidgets.io/api/classes/autocomplete.html">http://www.richwidgets.io/api/classes/autocomplete.html</a><br>

</div><div><br></div><div>But those methods doesn&#39;t have to be as rich as JSF component we had in RF4.</div><div><br></div><div>E.g. in Autocomplete, we had methods getValue() and setValue().</div><div><br></div><div>

Those methods doesn&#39;t do anything else than setting an appropriate value to the input field. In order to allow unified API, we could expose those methods for RF5 Autocomplete as well, which will be just syntactic sugar in terms of Widget Factory -based API.</div>

<div><br></div><div>WDYT?</div><div><br></div><div><br></div><div>~ Lukas</div></div>