Copy link to clipboard
Copied
I'm trying to simulate how dates work in an web app.
It has --/--/---- before you type.
Type month in numbers after entering 2 numbers, it automatically advances to day area and then to year.
I'm thinking having input text fields and limit to 2 characters and numbers for the month and date. 4 for year. How do I do so it automatically moves to the dates after finishing the month without using tab or clicking on the field?
Thanks,
Copy link to clipboard
Copied
you can use actionscript to set the tabIndex of objects including textfields.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now