-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autocomplete choicesByUrl url variables #147
Comments
I'm having the same issue, I got the latest version working by using @gologames fixes at the top of my js file:
however using variables in the URL still isn't working |
This functionality hasn't been implemented for custom widgets. We'll take a look whether we can implement it quickly. |
Hello, Unfortunately is too much complex task to add this functionality and we have more priority tasks now. We update this thread immediately if this functionality will be added in the future Thanks, Alex |
Hey, |
Hello, You may try to carry all properties/methods related to choices/choiesByUrl from QuestionSelectBase class of SurveyModel to new subclass like QuestionChoices. And inherit QuestionTextModel from this class too Thanks, Alex |
Hi,
I'd like to be able to use variables in the choicesByUrl path of the autocomplete widget - like it is already possible with dropdowns as shown in https://surveyjs.io/Examples/Library/?id=questiontype-dropdownrestfull.
Because of issue #145, I could only test with with 1.0.99.
Is there any way of achieving it?
The text was updated successfully, but these errors were encountered: