[yew-devel] [PATCH yew-widget-toolkit v2 0/2] use Schema to populate field properties
Hannes Laimer
h.laimer at proxmox.com
Thu Oct 9 13:25:00 CEST 2025
The 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
More information about the yew-devel
mailing list