/**
* Add unobtrusive JavaScript support for a combobox effect.
*
* Note that this control is only reliable in absolutely positioned elements.
* Avoid using a combobox in a slider or dynamic pane.
*
* @return void
*
* @since 1.5
* @deprecated 5.0 Use the script directly
*/
public static function combobox()
{
Factory::getDocument()->getWebAssetManager()->usePreset('awesomplete');
}