Closed (fixed)
Project:
Webform
Version:
8.x-5.0-beta7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2017 at 11:34 UTC
Updated:
12 Mar 2017 at 15:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jrockowitz commentedThe attached patch adds the below example of multiple checkboxes being used as trigger to 'Example: Elements: Condition Logic' (form/example-elements-states)
Comment #4
jrockowitz commentedI committed the working example. Please checkout the latest dev release and review.
Comment #5
vgutekunst commentedyoure crazy fast and good!
i checked it and i can confirm it works with element "textarea" but not with element "message".
here the yaml
Comment #6
vgutekunst commentedComment #7
vgutekunst commentedComment #8
jrockowitz commentedI can duplicate the issue. The below code...
...is being converted via the UI to...
which is being interpreted as an 'or' instead of an 'and' operator.
Comment #9
jrockowitz commentedComment #11
jrockowitz commentedComment #13
jrockowitz commentedFixed. Pleas checkout or download the latest dev release.
Comment #14
vgutekunst commentedIt works! Thank you very much jrockowitz!