Jane

Results 286 comments of Jane

Hi @SamMousa, Thank you for your suggestion. While we don't have immediate plans to introduce such an option, you may wish to handle this usage scenario using the [survey.onValueChanged](https://surveyjs.io/Documentation/Library?id=surveymodel#onValueChanged) function....

Hello @SamMousa, Thank you for your comment. Yes, sure, I reopened this issue and put it to our backlog. Thank you for your valuable suggestions. P.S. If you like our...

Hello @SamMousa, Thank you for your valuable suggestions. Regarding adding the `hasComment` option to a Checkbox item configuration: this would require significant changes to survey logic. We noted down this...

+1 [T1878 - Hide column title in matrix dynamic question](https://surveyjs.answerdesk.io/internal/ticket/details/T1878)

+1 [T10795 - Matrixdropdown - Vertical Orientation - Hide row title](https://surveyjs.answerdesk.io/internal/ticket/details/T10795)

The issue was discussed here: * [unable to access options title when using ajax request on select2 (paged content)](https://surveyjs.answerdesk.io/ticket/details/t10470/unable-to-access-options-title-when-using-ajax-request-on-select2-paged-content) _There is too many options in my dataset (more than 100K)...

Hello @SamMousa, You can basically introduce a custom property (let's call it `excludeFromRandom`) and override the `randomizeArray` function to exclude a specific item from array randomizing. ``` Survey.QuestionSelectBase.prototype.randomizeArray = function...

From [T10568 - Programatically load question in survey designer](https://surveyjs.answerdesk.io/internal/ticket/details/T10568) > Is there a way to get a search box? a way to filter the toolbox that's near it? similar to...

Hello, Thank you for your valuable suggestion. You may limit a number of predefined items for the Dropdown question type using the [creator.maxVisibleChoices](https://surveyjs.io/Documentation/Survey-Creator?id=surveycreator#maxVisibleChoices) property. Unfortunately, there is no way to...

Hello @isangines, For the record: we decided to create a separate issue and collect customer inquiries in one place: [Dropdown, Tagbox - Improve performance when working with large data sets](https://github.com/surveyjs/survey-library/issues/4780)....