Is there a way to disable a form?

It looks like fieldset has a disabled option that will disable a form inputs. Is this supported in UXP or should I do it manually? I’ve tried <fieldset disabled> but no change.

I think you need to do this manually @kerrishotts can confirm this

fieldset is treated as a div at the moment, so disabled is not supported yet.

If you want to turn this into a feature request, plese do so :slight_smile: