Comparing field with another field of different type #1029
Unanswered
orangedeus
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I'm currently upgrading code from 4.10.0 to 6.x.x. Previously, comparison between
select
andmultiselect
fields was possible somehow e.g.select
var any inmultiselect
var. This is the type config for both:The
valueSources
in field has also been set to["value", "field"]
. In any case the behavior (or the default ones) seems to have changed upon upgrading. Is this still possible to implement?Beta Was this translation helpful? Give feedback.
All reactions