Open 8845musign opened 5 months ago
I have same issue, please merge it, SOS help me please T.T
upgraded from 0.2.4 to 0.4 then this start happening. better not to add many codes but work around was
@closed="handleEffectDateClose"
const handleEffectDateClose = (e) => {
if (document.activeElement) {
document.activeElement.blur();
}
}
focus
event is not fired twiceclick
event