Hi,
We would like to use the Textbox component in React, but put the label to the left of the textbox, like this:
The component only has a `floatLabelType` property to change the floating behavior but I couldn't find a property for the alignment and looks like there is no form component that would supports this over multiple textbox components.
I could omit the label on the textbox component, add a custom label outside the component and overwrite the ID of the textbox component to connect the label with the textbox but don't think that's a good idea and may lead to other problems.
Is there a official way to put the label to the left of the textbox?
Regards,
Sandro