Skip to content
Snippets Groups Projects

progress bar issue [COMP-253][COMP-254]

Merged Saket Agrahari requested to merge feature/COMP-253-Progress-bar into develop
2 unresolved threads

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
14 14
15 15
16 16 const filterCallback = (question) => {
17 const typesWithLengthCheck = ["checkbox", "text","comment","multipletext"];
  • 14 14
    15 15
    16 16 const filterCallback = (question) => {
    17 const typesWithLengthCheck = ["checkbox", "text","comment","multipletext"];
    18 if (typesWithLengthCheck.includes(question.getType())) {
    19 if (question.value !== null && question.value !== undefined) {
    20 if (question.value.length > 0) {
    21 return true; // Non-empty array
    22 } else if (Object.keys(question.value).length > 0 && question.getType()==="multipletext") {
  • Saket Agrahari added 1 commit

    added 1 commit

    Compare with previous version

  • Saket Agrahari mentioned in commit 6e1e70cf

    mentioned in commit 6e1e70cf

  • merged

  • Please register or sign in to reply
    Loading