Csuka Balázs

Results 7 comments of Csuka Balázs

Same with me. I would greatly appreciate it if anyone could provide an example or reference demonstrating how to apply Cleave.js in this particular situation.

Hi, i figured out, here is a short example of how to implement it: https://github.com/csuka1219/CleaveMudDateMask

For me it works well, the only problem is that i need to click out of the datepicker component's focus to bind the value to the DateTime variable, I'm working...

Hey @dennml, I think I've found a possible solution. I've added a commented line to the example, please uncomment it and give it a try. I would be grateful if...

@dennml If You want to access to the string you can override the StringValueChanged method like this: ``` protected override Task StringValueChanged(string value) { if(value.Length == 10) //or smth like...

@dennml Thank you for notifying me. I have implemented it, and now it works well.

@matneyx Here is a working demo, but you can ask me anything if something isn't clear. https://github.com/csuka1219/CleaveMudDateMask