New-UDInput Fieldset?

Is there any way to group input fields in New-UDInput? I have a form that has some fields that it would be nice to group them together so the user knows exactly what they’re for/when the data is used. Being able to do something like below would be nice.

New-UDInput { 
    New-UDElement -Tag 'fieldset' -Content { 
        New-UDInputField
    } 
}

Not at the moment. Can you please open an issue for it on GitHub?

Yup. I opened up one this morning. Thanks.

1 Like