react-native-form-generator icon indicating copy to clipboard operation
react-native-form-generator copied to clipboard

Problem with horizontal alignment of InputField

Open MikeDabrowski opened this issue 8 years ago • 3 comments

I'd like to achieve following effect (Name and Age fields just under their labels and in one horizontal line) using InputFields: image I tried setting them width but no luck. Even putting them into <View> doesn't help because I receive warnings image image

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)

MikeDabrowski avatar Feb 02 '17 19:02 MikeDabrowski

@MikeDabrowski take a look at #102, I think it's related to what you're seeing

jbrodriguez avatar Feb 08 '17 18:02 jbrodriguez

Having same issue.

zurez avatar Oct 18 '17 10:10 zurez

Not able to set width.

zurez avatar Oct 18 '17 10:10 zurez