Hello. There was a need to implement a field for entering the date in the format Mm / Gg. Tell me how to make it so that the symbol "/" itself is inserted between MM and GG.

    1 answer 1

    why not use the standard Pickers component?

    • Thank. I Thought about it ... But there are several input fields, and decided that it would look a little ugly. And is it possible to show the dialogue only MM \ YY? number selection is not needed at all) - user11344
    • Well then you can use custom widgets. Look carefully at this topic on SO . - KoVadim