Hi,
I want to have the choice coding values for QuestionRadiogroup be unique. Using the onPropertyValidationCustomError(editor, options) handler on the editor I am able to attach a custom event that checks if the values are unique. If they are not, I want to display an error letting the user know that the values must be unique.
When testing the event handler with non-unique coding values, the properties window does not close but no error is displayed. options.obj.hasError() is always false, even after setting options.error. Is there a way to display the error for QuestionRadiogroup?
Best,
Skip