Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

input text: advance to the next field automatically?

Contributor ,
Sep 20, 2017 Sep 20, 2017

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,

TOPICS
ActionScript
770
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 02, 2017 Oct 02, 2017
LATEST

you can use actionscript to set the tabIndex of objects including textfields.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines