Jeremias Nater

Results 2 issues of Jeremias Nater

Currently it is only possible to add an id to the input in the flatpicker component by querying elements in the dom. Since this should be avoided if possible, there...

### error scenario The update on field "FirstName" is missing in this example: ``` const originalObject = JSON.parse(JSON.stringify(testObject)); testObject.array[1].firstName = 'NEW FIRSTNAME'; //changes second element testObject.array.splice(0, 1); //removes first element...