I have a form which has the possibility to dynamically create new row with inputs, the date input on each new row should have a datepicker. I have this almost working, but when
There is a javascript error showing in the Chrome console:
Uncaught TypeError: Cannot read property 'inline' of undefined
This is probably shutting down the datepicker functionality.