Marjan Georgiev
Marjan Georgiev
The input fields in the json editor components for boolean and number types need to be coerced
The JSON editor component defaults the automatically adder required properties to empty strings, rather than undefined. This makes the component valid, because the schema validator doesn't consider empty strings as...
The parseDate and formatDate functions don't seem to support any time formats: http://jsfiddle.net/BvC5j/2/ We are using moment.js in a project, and I was able to fix this by changing the...