Text input node datetime picker

The "date and time" option in the text input node is really promising. Users do not need to use a separate date picker with this option.
There are two issues with the "date and time" option:

  1. Firefox compatibility. In Firefox, user can only select date. The time selection does not show up.
    firefox issue

  2. Dark theme compatibility. In dark theme, the clock selection icon still uses black color, which makes it hard to see.
    dark theme issue

In text input mode it is just using the browsers built in html5 rendering of input with the specified type so any firefox issues are with them.

The problem is that users don't know it is Firefox issue :rofl:

Ah well. Live and learn :person_shrugging:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.