Awesomplete error in web form

While setting value for a field using frappe.web_form.set_value(“company”, “some value”); in web form js file I am getting below error

Uncaught (in promise) TypeError: this.awesomplete is undefined

and its coming from apps/frappe/frappe/public/js/frappe/form/controls/autocomplete.js line no 157

if I directly run frappe.web_form.set_value(“company”, “some value”); in browsers console its setting value. I also tried from the web form client script but no use.
frappe version => 15.9.0

Thanks in advance for your guidance