Can I change the style of Input fields autogenerated with New-UDForm -Schema

Product: PowerShell Universal
Version: 5.6.8

I am using forms generateed by using a JSON schema and the New-UDForm -Schema cmdlet.

I am however not loving the input fields and how the title is within the field and pops out into the border of the fiwld when activated or if there is a default value within. It looks like Theames does not help me here. But I might be wrong. I would love have some control over the look and feel with those input fields. Is there a way to do this?

Kind regards

Hans O. Martinsen

Here is example what i use:

But this not using UDForm at all, its all coded from the scratch. This way you have full control on how all elements behave.

Thank for the prompt answer. However, that is ecactly what I am trying to avoid. I am using a JSON Schema to generate the form and validate data in the backend. So I am stuck with that rendering of the form. :slight_smile: Hoping there is a way to manipulate the title placement in spite of that.