Open AntoineProvost opened 1 year ago
Actually, the condition only take a string in parameter. If I want a "ShowIf" bool only in a certain enum it's not possible.
Something like that would be great : [ShowIf(EConditionOperator.And, "bool", ("enumFlag", EMyEnum.Case0))]
[ShowIf(EConditionOperator.And, "bool", ("enumFlag", EMyEnum.Case0))]
Actually, the condition only take a string in parameter. If I want a "ShowIf" bool only in a certain enum it's not possible.
Something like that would be great :
[ShowIf(EConditionOperator.And, "bool", ("enumFlag", EMyEnum.Case0))]