Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

256
Views
Populating field from variable in React. using css on it

I have below form in react.

      const inputForm = [
                {"canHaveAnswer":true,"label":i18n.t("signature_name1_lab"),"placeholder":i18n.t("signature_name1"),"error_message":"","type":"text","types":["text","email","number"], 
                {"canHaveAnswer":true,"label":i18n.t("signature_name2_lab"),"placeholder":i18n.t("signature_name2"),"error_message":"","type":"text","types":["text","email","number"], 
                {"canHaveAnswer":true,"label":i18n.t("signature_phone_lab"),"placeholder":i18n.t("signature_phone"),"error_message":"","type":"number","types":["text","email","number"]    
 ]

I am using this form like below.

return (
            <div>
                {i18n.t("signature_heading")}
                <ReactForm
                    data={inputForm}   --here I am refering
                    answer_data={[]}
                    ref="signature_form"
                    isValidation={isCheckValidation}
                />
            </div>
        )

these records getting displayed one by one in row.

I have to display them in same row. I know how to apply css but since it is form, how can I apply the same?

enter image description here

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!