AtomGraph / LinkedDataHub

The low-code Knowledge Graph application platform. Apache license.
https://atomgraph.github.io/LinkedDataHub/
Apache License 2.0
489 stars 123 forks source link

Date picker component #56

Closed namedgraph closed 2 years ago

namedgraph commented 3 years ago

Use Saxon-JS to create a popout component for xsd:date and xsd:dateTime literals

namedgraph commented 3 years ago

Actually we don't need a new component as browsers support HTML5 date and time pickers natively: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time

namedgraph commented 3 years ago

This is probably the right place for such logic (xhtml:Input mode templates that match xsd:date/xsd:dateTime literals): https://github.com/AtomGraph/Web-Client/blob/master/src/main/webapp/static/com/atomgraph/client/xsl/imports/default.xsl

namedgraph commented 2 years ago

Fixed in adb7f3612bbd657e0ee7133297775b7c1073b03d.