[yew-devel] superseded: [PATCH yew-widget-toolkit v2 0/2] use Schema to populate field properties

Hannes Laimer h.laimer at proxmox.com
Thu Oct 9 15:32:48 CEST 2025


superseded-by: 
https://lore.proxmox.com/yew-devel/20251009133120.425255-1-h.laimer@proxmox.com/T/#t

On 10/9/25 13:25, Hannes Laimer wrote:
> 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(-)
> 





More information about the yew-devel mailing list