Survey-library: problem with VisibleIf condition where question is empty

Created on 25 Jul 2017  路  5Comments  路  Source: surveyjs/survey-library

Hi,

if i have a text question and a second question that i want to show only if first question is not empty, how i have to set "visibleIf" condition?

I have try with {question1} != '', {question1} != 'undefined', {question1} != null, {question1} != 'null', {question1} != 'undefined'

but the second question is always shown if first question is empty

Thanks

bug

All 5 comments

@care46 It looks like a bug for me. We'll fix it.

@tsv2013 Thank you. This is also an issue for me currently too.

I need conditional logic where if a user provides a value in {question1} then make visible {question2}

@care46 @Grimmer20 "{question1} empty" should work.

Thank you,
Andrew

@andrewtelnov YESSSS!!! perfect!

thank you!

I've added support for undefined literal.

Was this page helpful?
0 / 5 - 0 ratings