Hello, I use Datepicker with ASP.Net MVC as range picker and on the first page render (on GET) I supply input fields as MVC model values. It seems Datepicker ignores rendered fields and treat them as empty fields.
Specifically, if I change "TO" date with click, the "FROM" date always sets equal to "TO" date, even though rendered values are earlier then chosen "TO" date. Only if I manually (by click) change "FROM" date, then Datepicker gets it and stops updating "FROM" from the "TO" field.
So, how to force Datepicker to read values which are already in the input field?