You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using grapejs for my form builder and it is based on pure javascript and html5. I am trying to implement autocomplete for a particular field. The HTML template in which I have to implement autocomplete is created dynamically.
Initially. it is working as autocomplete dropdown but if i click outside of the selected element(refer to the video attached) and comeback to this already selected section, the autocomplete is not working as the dynamic element will be created again with same id "autocomplete". So I have to again initialize the autocomplete by const autoCompleteJS = new autoComplete(configuration).
Is there any way where we can initialize only once and if i change the configuration of autocomplete selector it should work.
GrapesJS.autocomplete.issue.mp4
The text was updated successfully, but these errors were encountered:
Hi, I am using grapejs for my form builder and it is based on pure javascript and html5. I am trying to implement autocomplete for a particular field. The HTML template in which I have to implement autocomplete is created dynamically.
Example:
Initially. it is working as autocomplete dropdown but if i click outside of the selected element(refer to the video attached) and comeback to this already selected section, the autocomplete is not working as the dynamic element will be created again with same id "autocomplete". So I have to again initialize the autocomplete by const autoCompleteJS = new autoComplete(configuration).
Is there any way where we can initialize only once and if i change the configuration of autocomplete selector it should work.
GrapesJS.autocomplete.issue.mp4
The text was updated successfully, but these errors were encountered: