Open mvorisek opened 3 years ago
Support was temporary removed in https://github.com/atk4/ui/pull/1664/files#diff-090b97be7788c2935eac093dc30726c0e0f7797ae8e356e2bbee5896b488b615R53 as the underlaying DBAL type datetime (date, ...) is not be compatible.
datetime
date
User may want to use string type. If range only between two values should be supported, then maybe we can have a complex control that will work on two separate field.
Flatpick supports selecting a range - https://flatpickr.js.org/options/
Support was temporary removed in https://github.com/atk4/ui/pull/1664/files#diff-090b97be7788c2935eac093dc30726c0e0f7797ae8e356e2bbee5896b488b615R53 as the underlaying DBAL type
datetime
(date
, ...) is not be compatible.User may want to use string type. If range only between two values should be supported, then maybe we can have a complex control that will work on two separate field.