I was recently dealing with a bug in IE11 where the "Clear" button was not working properly. I worked around this issue by setting hide: { blur: false };. However, the picker popup still seems to close whenever a blur, click, or escape event is fired, even if I set those properties to false. This issue seems to occur in all browsers. Not a huge deal, just wanted to let you know!
Hi there,
I was recently dealing with a bug in IE11 where the "Clear" button was not working properly. I worked around this issue by setting
hide: { blur: false };
. However, the picker popup still seems to close whenever a blur, click, or escape event is fired, even if I set those properties tofalse
. This issue seems to occur in all browsers. Not a huge deal, just wanted to let you know!Thanks for the awesome library!