Hi,
We have a control that use MaskEdit and run in IE8.
It throw exception when we select a date. As I checked, it come from function
```
m_arrDate = input. split( this. get_cultureDatePlaceholder( ) ) . filter( function( element)
```
The reason is because IE8 doesn't support method __filter__ of an array object.
This issue gone in newest code (checked in from 9/9/2015).
So, my question is: When these code fixed will be release?
Thank you.
We have a control that use MaskEdit and run in IE8.
It throw exception when we select a date. As I checked, it come from function
```
m_arrDate = input. split( this. get_cultureDatePlaceholder( ) ) . filter( function( element)
```
The reason is because IE8 doesn't support method __filter__ of an array object.
This issue gone in newest code (checked in from 9/9/2015).
So, my question is: When these code fixed will be release?
Thank you.