Problem with horizontal alignment of InputField
MikeDabrowski opened this issue · 3 comments
MikeDabrowski commented
I'd like to achieve following effect (Name and Age fields just under their labels and in one horizontal line) using InputFields:
I tried setting them width but no luck. Even putting them into doesn't help because I receive warnings
and can't read value from them. Using TextInput, on the other hand doesn't allow me fetching the data as form generator does (into formData array)
jbrodriguez commented
@MikeDabrowski take a look at #102, I think it's related to what you're seeing
zurez commented
Having same issue.
zurez commented
Not able to set width.