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

151
Views
Need to show the validation message if the fields are empty, But the Button is a different component not part of the fields
                        <label style={lableStyle}>Survey name</label>
                        <Form.Input fluid onChange={(e,d)=>{
                            setState({...state, name:d.value})
                        }} placeholder='Enter survey name' value={(state|| {}).name} style={{marginBottom:'20px'}}/>
                       
                    <label style={lableStyle}>Workspace</label>
                            <Form.Select
                            fluid
                            placeholder='Workspace name'
                            options={wsoptions}
                            value={state.workspace_id}
                            onChange={(e,d)=>{
                                console.log(d.value, "d.value<<<<<")

                            setState({...state, workspace_id:d.value})
                            }}
                        />

============================================= The below button is of a different component

<Button>Save</Button
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!