Our validation reports errors that are hard to impossible to comprehend by a user. For example, given the following template what is broken is that feel is not compatible to type=Dropdown. What is reported is that (without context) type=String|Text are the only compatible options, rather than highlighting that feel is not supported for Dropdown:
Describe the Bug
Our validation reports errors that are hard to impossible to comprehend by a user. For example, given the following template what is broken is that
feel
is not compatible totype=Dropdown
. What is reported is that (without context)type=String|Text
are the only compatible options, rather than highlighting thatfeel
is not supported forDropdown
:Steps to Reproduce
property.type=Dropdown
as invalidExpected Behavior
We validate
feel
instead; it is not compatible withproperty.type=Dropdown
.Environment