The material provided is for informational purposes only, and should not be relied on in making any purchasing or investment decision. The information is not a commitment, promise or legal obligation to deliver any material, code, or functionality. The development, release, and timing of any features or functionality described for our products remains at our sole discretion. © 2026 Cloud Software Group, Inc. All rights reserved
All modern web browsers have build-in support for input fields of type date and datetime-local and provide a calendar date picker then. There is even support for week, year and time.
The document property control for Text Area should use date and datetime-local and not input type text, where properties are of type date and then automatically everybody would benefit from the calendar date picker control.
At the moment we do a work around setting the input type to date via JavaScript and would like to get away from this custom code. The element ID in the script is the Spotfire control ID in the Text Area.
There was a way to do this using JQueryUI pretty easily, but that's been deprecated in 10.x. This is basic HTML5 stuff in 2020!
I can't believe this is not been done already specially given that there isn't any technical limitations to do this in HTML5 and there are plenty of free samples around.