Hello
I'm having the need for the ejs-datepicker component to have masks. I need that when typing, a mask is applied, similar to what happens in the ejs-maskedtextbox component. The solution to select the date in the calendar is excellent, but sometimes the user prefers to enter the date, and I was asked for both options. Is there anything that can be done? I tried to get the numbers that are being typed through (keyup) to try to create a method that somehow implemented this, but I couldn't even capture the numbers. I searched, but found nothing. Is there anything to be done?