__kai.dev
Results
2
comments of
__kai.dev
The same, Has anyone found a fix the problem?
By somehow, I added target.classList.contains('picker__holder' ) to the condition if(), so now I can click outside to close datepicker, it's working perfectly fine :) ` if (target.classList.contains('picker__holder') && target !=...