On Thursday, 10/09/2025, 13:25, Hannes Laimer <h.laimer@proxmox.com> wrote:
From : Hannes Laimer <h.laimer@proxmox.com>
Sent on : Thursday, 10/09/2025, 13:25
To : yew-devel@lists.proxmox.com
Subject : [yew-devel] [PATCH yew-widget-toolkit v2 0/2] use Schema to populate field propertiesThe idea is to have things like description or enum/selection items only specified in one place. This preparatory for a series adding basic firewall intergration into PDM, so this is not used anywhere currently. But this also makes sense on its own so I am sending it separate from that. Hannes Laimer (2): number: add tooltip to number field form: add schema() builder funtion to checkbox, number and field Cargo.toml | 5 +++ src/widget/form/checkbox.rs | 20 ++++++++++ src/widget/form/combobox.rs | 45 +++++++++++++--------- src/widget/form/field.rs | 28 ++++++++++++++ src/widget/form/number.rs | 74 +++++++++++++++++++++++++++++++++++-- 5 files changed, 151 insertions(+), 21 deletions(-) -- 2.47.3 _______________________________________________ yew-devel mailing list yew-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/yew-devel