ElasticUI icon indicating copy to clipboard operation
ElasticUI copied to clipboard

Binding issue with input[type=date]

Open henninga opened this issue 9 years ago • 0 comments
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.

henninga avatar Mar 01 '16 08:03 henninga