Combined Date/Time Picker
Mike Matuszak
The Forge library has equivalents of most HTML primitives, but currently date and time must be selected separately and combined afterwards, and nothing like
<input type="datetime-local"/>
exists. There are some examples of how to accomplish this pattern, but they gloss over some of the complexity, especially when you get into min/max and validation and various UX edge cases. (Related Forge Board card)