1

Does Dartium/dart support the <input type='datetime'>? I am surprised to see a text box being rendered instead of a date and time UI.

Thanks

1
  • 3
    That's a chrome/chromium issue: Partial support in Chrome refers to a missing calendar widget for the "datetime" type. caniuse.com/input-datetime Commented Dec 11, 2013 at 7:38

1 Answer 1

1

(Copied from comments)

As of Chrome 35; there is still no built-in calendar widget for <input type="datetime"> :(

Strangely, Chrome for Android apparently does have this! http://caniuse.com/#feat=input-datetime

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.