zakmac / ember-cli-filter-component

A simple Ember.js component used to filter an array based on user input.
MIT License
14 stars 4 forks source link

setFilterTimer method fails in IE 10/11 #14

Closed zakmac closed 7 years ago

zakmac commented 8 years ago

Error in console: setFilterTimerTypeError: Object doesn't support property or method 'parseInt'

References:

Note: other versions of IE may be affected.

thebeachdev commented 8 years ago

Lol, I was about to do this. I actually just learned a ton from you doing it though. I didn't know what you where suppose to do with the issue. I forked the code, and was about to implement the fix.

zakmac commented 8 years ago

Hey James, this is just to document the bug. You're welcome to create a PR with your fix for evaluation.