* Don't use property value for key construction.
* Use value from props as current value in `DateRange` component:
- this allows to update it properly in the dialog when the value on the server is updated
- current value is stored in `PropertyValueElement` similar to other property value components
- fixed stale closure in `Modal` component
- unit tests for `DateRange` updated (wrapper with current value created)