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

167
Views
Yup validation array items

I have a text field area. Users can add extra fields. I can take all values from these fields and put them into a single array. But I don't want to send to backend empty string. I am using YUP as a validation

For instance;

Field 1 = "hi"
Field 2 = "how"
Field 3 = ""

const myArray = ["hi","how",""]

to be sent = ["hi","how"]

If I have only one item like

Field 1 = ""

I want to say = "this field can not be blank"

What I did

 array()
        .compact(v => Boolean(v) !== true)
        .required("Can not be blank"),
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!