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

200
Views
Option menu stays even if the minimal value is not selected

the option menu stays rendered even if the minimal value is not picked after selecting it. i can check the checkbox and reduce the value, the checkbox dessapiers but the option menu still shows.

   <div>
          {total >= installmentLimits[0].minimum && (
            <Checkbox
              id="installments"
              onChange={(e) => toggleInstallments(e.target.checked)}
            >
              Meses sin intereses
            </Checkbox>
          )}
        </div>

        {installments && (
          <Select
            defaultValue={installmentLimits[0].months}
            onChange={(value) => setInstallmentValue(value)}
          >
            {installmentLimits.map((i) => {
              if (total >= i.minimum) {
                return <Option value={i.months}>{i.months} meses</Option>;
              }
            })}
          </Select>
        )}

        {installments && (
          <Typography.Text code>
            Se cobrará una comisión adicional del{" "}
            {installmentLimits.find((e) => e.months === installmentValue)
              .additionalFee * 100}{" "}
            %
          </Typography.Text>
        )}
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!