[forge-issues] [JBoss JIRA] (FORGEPLUGINS-159) Support Temporal fields of type date and time in the AngularJS scaffolding

Vineet Reynolds (JIRA) issues at jboss.org
Tue Dec 17 14:39:33 EST 2013


     [ https://issues.jboss.org/browse/FORGEPLUGINS-159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vineet Reynolds updated FORGEPLUGINS-159:
-----------------------------------------

    Description: 
The generated AngularJS scaffold treats datetime fields as text fields. It would be preferable to the HTML5 input['datetime'] support, but given that most browsers do not support it yet, we should attempt to support it via Modernizr based detection and a fallback to an input validation driven widget.


  was:
The generated AngularJS scaffold treats datetime fields as text fields. It would be preferable to the HTML5 input['datetime'] support, but given that most browsers do not support it yet, we should attempt to support it via Modernizr based detection and polyfills.

This: https://github.com/jonstipe/datetime-polyfill looks like a polyfill that we could consider, but we would need to write an AngularJS directive.

The same applies to this Bootstrap based datetime picker: http://www.malot.fr/bootstrap-datetimepicker/index.php


    
> Support Temporal fields of type date and time in the AngularJS scaffolding
> --------------------------------------------------------------------------
>
>                 Key: FORGEPLUGINS-159
>                 URL: https://issues.jboss.org/browse/FORGEPLUGINS-159
>             Project: Forge Plugins
>          Issue Type: Feature Request
>          Components: AngularJS Scaffold
>            Reporter: Vineet Reynolds
>            Assignee: Vineet Reynolds
>
> The generated AngularJS scaffold treats datetime fields as text fields. It would be preferable to the HTML5 input['datetime'] support, but given that most browsers do not support it yet, we should attempt to support it via Modernizr based detection and a fallback to an input validation driven widget.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-issues mailing list