How to achieve such a blank birth date input box like Apple's official website?

as shown in the following figure, when the user does not enter, the input box can use the keyboard to move the number left and right, and then automatically skip the year, month, day and other keywords to enter into the next input area, and if the user"s input value is not a legal date input, there will be no change in the input box.
Picture description

Nov.22,2021

regularly judge whether the value conforms to the standard in the input event
use input.selectionStart , input.selectionEnd Control the cursor
to achieve this effect

Menu