]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
fix #4442: adapt DateTimeField to be more declarative
authorChristian Ebner <c.ebner@proxmox.com>
Wed, 9 Aug 2023 10:55:26 +0000 (12:55 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 13 Nov 2023 14:23:12 +0000 (15:23 +0100)
commit0e3cb037d6ff12f028c8fe12d47742d4642fcbe4
treecc3651b9f1d6bd500465ec6821050bed20c8f901
parent8fc1d232ea236f065ffbefcd8a8194291e5af64a
fix #4442: adapt DateTimeField to be more declarative

Reworks the current implementation of the DateTimeField to be more
declarative by using a ViewModel and data bindings as well as formulas,
in order to reduce code and unwanted complexity.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
src/form/DateTimeField.js