ElasticUI
ElasticUI copied to clipboard
Binding issue with input[type=date]
trafficstars
Hi
The following snippet does not respond to changes in the input field
<input type="date" ng-model="date" eui-filter="ejs.RangeFilter('keyInfo.applicationFiled').from(date)" eui-enabled="date.length" ng-model-options="{debounce:700}" />
But when you change the type to text it all works.
I also tried <input type="date" ng-model="querystring" /> to see if there is any problem with binding to dates in general and that works great.
I'm not sure where the problem lies and need some help.