Blazorise Version
2.0.3
What Blazorise provider are you running on?
FluentUI2
Link to minimal reproduction or a simple code snippet
When using utility classes on FileInput they are not working. Inspecting the dom reveals the classes are applied to the wrong html element. FileInput control for all providers should set UtilityTarget=UtilityTarget.Wrapper and the classes should be applied to these wrappers
Steps to reproduce & bug description
<FileInput Display="Display.None" />
Blazorise Version
2.0.3
What Blazorise provider are you running on?
FluentUI2
Link to minimal reproduction or a simple code snippet
When using utility classes on
FileInputthey are not working. Inspecting the dom reveals the classes are applied to the wrong html element. FileInput control for all providers should setUtilityTarget=UtilityTarget.Wrapperand the classes should be applied to these wrappersSteps to reproduce & bug description