survey-library icon indicating copy to clipboard operation
survey-library copied to clipboard

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.

Results 492 survey-library issues
Sort by recently updated
recently updated
newest added

**Updated:** ---- Suggested API: ```js const data = survey.getQuestionsValues((question: Question, value: any): any => { if(question.isDescendantOf("checkbox")) { const res = []; question.selectedItems.forEach(item => res.push({ id: item.value, text: item.text })); return...

enhancement
user issue

Add a rule to eslint to raise an error if a document & window are used in a ts file, except one file where all checks are done.

enhancement

Need to prevent page scrolling the demo: https://plnkr.co/edit/36KK9e7f3DfOun5p?preview

bug

User Requests: * T14926 - Checkbox List with free text and input text https://surveyjs.answerdesk.io/internal/ticket/details/T14926 _Can we configure with SurveyJs creator a list of checkbox options where some of them have...

enhancement
user issue

### Are you requesting a feature, reporting a bug or asking a question? Feature ### What is the current behavior? Nothing happens when double-clicking or touching a drag & drop...

enhancement
need more info
usability
user issue
mobile/tablet

User Inquirues: * T16777 - Request for a custom feature enhancement https://surveyjs.answerdesk.io/internal/ticket/details/T16777 * https://github.com/surveyjs/survey-library/issues/7818 In this ticket, it is also purposed to enhance this UI on mobile devices. Instead of...

enhancement
usability
user issue

**Posted by @DutchFrankNL at https://github.com/surveyjs/survey-library/commit/24d7535819cfca427ad114c9eb0e1cd5285133ee#commitcomment-138449591** I'm not sure if the issue is related but in the last couple of hours i'm getting the following error when installing the "survey-angular-ui". I...

need more info
user issue

- [ ] hover — https://www.figma.com/file/i6Lpc7zkjHtso2oXZV97fo/*-Components?type=design&node-id=20213-132926&mode=design&t=pjMwIorInVSzYqJt-4 - [ ] fit-to-survey mode — https://www.figma.com/file/jcuAUsN02n2yJerx39mqf9/Library-Preview?type=design&node-id=1852-111846&mode=design&t=I3tXxTp3bGz11GDG-4 - [ ] option to switch progress bar's view (old or new) in the property grid -...

bug
enhancement