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
For values which are boolean, Implement checkboxes left from the value to easily toggle true/false like in the following image:
Rendering a checkbox is not the only special rendering of a value. For example an enum of a JSONSchema will be rendered as a drop down (which replaced the free input field). In the end it should become completely customizable how a value is rendered. This should be kept in mind when implementing this feature.
It works! Thanks. Thank guys for the hard work. I could help implement some stuff, but im not experienced enough with Javascript best practices and Git..
For values which are boolean, Implement checkboxes left from the value to easily toggle true/false like in the following image:
Rendering a checkbox is not the only special rendering of a value. For example an enum of a JSONSchema will be rendered as a drop down (which replaced the free input field). In the end it should become completely customizable how a value is rendered. This should be kept in mind when implementing this feature.
Related: #391
The text was updated successfully, but these errors were encountered: