OCJvanDijk
OCJvanDijk
[https://jsfiddle.net/Gemvox/c5psdb93/13/](https://jsfiddle.net/Gemvox/c5psdb93/13/) Steps to reproduce: 1. Remove an item from list 2. Add a new empty item 3. The global $invalid is false even though the new item is missing required...
Hi there, small problem I've found with this library: When using the `stack(_:axis:width:height:spacing:)` function, it will set `translatesAutoresizingMaskIntoConstraints = false` on the superview. Unless I'm missing something, this is unnecessary...
Is this intended? I would expect parse('2-12-12', 'yyyy-MM-dd', new Date()) to fail as the correct format would be '0002-12-12'.