Is there a way to update data on an already existing suggestor? Currently re-initializing the suggestor results in duplicate dropdowns.
Scenario: I initialize suggestor on a textarea on DOM load with a list of usernames. Later I want to add more usernames to this list dynamically (a realtime scenario).
Is there a way to update data on an already existing suggestor? Currently re-initializing the suggestor results in duplicate dropdowns.
Scenario: I initialize suggestor on a textarea on DOM load with a list of usernames. Later I want to add more usernames to this list dynamically (a realtime scenario).