Hello,
UiPath.Form.Activities = 1.9.6
What was observed?
While trying to solve one of the questions in the forum, I found out that the component JSON window within the form designer is of a fixed size and the user cannot resize it.
Why is this needed?
- Parsing through the minimum and full schema of the component is laborious with a fixed window size.
- Developers should have the choice to increase the window size to avoid scrolling unnecessarily.
- This can get very annoying when developing forms. Readability should be a priority.
The current workaround
Was to copy the JSON string to Visual Studio Code to ensure better readability.