You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Some properties are not accessible of Questionnaire object for custom components (Eg, orientation, answerOption). While creating custom components like BooleanType, orientation, answerOption properties have private access to the library and due to that we can't achieve functionalities like flexible orientation or custom text for radio buttons.
Component
SDC library
Expected behavior
Each property of the Questionnaire which is required for component behavior should have public access.
Describe the bug
Some properties are not accessible of Questionnaire object for custom components (Eg, orientation, answerOption). While creating custom components like BooleanType, orientation, answerOption properties have private access to the library and due to that we can't achieve functionalities like flexible orientation or custom text for radio buttons.
Component
SDC library
Expected behavior
Each property of the Questionnaire which is required for component behavior should have public access.
cc @jingtang10
The text was updated successfully, but these errors were encountered: