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

162
Views
El cursor salta al final del cuadro de texto mientras cambia el formato

Por ejemplo, tengo un campo de entrada, así que ingresé 100000 en ese texto. Al ingresar el valor, estoy tratando de formatear 100,000. así que si trato de cambiar el valor a 100,200, el cursor se movió automáticamente al final del cuadro de texto, así que probé alguna solución pero crearé otro problema.

He probado esta solución, creará un problema como ingrese la descripción de la imagen aquí el cursor detrás de un dígito antes.

 const element = event.target; window.requestAnimationFrame(() => { element.selectionStart = caretStart; element.selectionEnd = caretStart; });
 const formatValue = (value: string) => { const isDecimalExist = value.split('.'); if (isDecimalExist.length === 2 && props.decimalPlaces) { const formatedValue = `${isDecimalExist[0].toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',')}.${ isDecimalExist[1] }`; return formatedValue; } else { return (value || '') .split('.')[0] .toString() .replace(/\B(?=(\d{3})+(?!\d))/g, ','); } };
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!