Question T5585
Visible to All Users
Duplicate

We have closed this ticket because another page addresses its subject:

How to update autocomplete choices in angular

How to load auto complete options from API and How to send headers In Angular 2+

created 4 years ago

How to send Headers with that api call and dynamic params (User entered text in Input)
I'm using autocomplete, every keypress I have to make API call. I'm not seeing any options given in docs.

Used beforesend option but not working in angular

JSON

{
            'name': 'autocomplete1',
            'title': 'Id',
            'type': 'text',
            'choicesByUrl': {
                // tslint:disable-next-line:max-line-length
                'url': 'API'
            }
        }

Code
Comments (1)

    Hello,

    I've closed it as a duplicate of the https://surveyjs.answerdesk.io/ticket/details/t5584 thread

    Thanks, Serge
    SurveyJS Team