Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

142
Vistas
how to submit form this Onchange? reactjs

how to submit form this Onchange? I don't have a button to fire the form, how to do that? I can't insert routes as it's a component for several clients. I use react hook forms

const handleChange = (e: any) => {
        const avatar = URL.createObjectURL(e.target.files[0])
        setAvatar(avatar)
      };
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Did you try this solution using useEffect

const [avatar,setAvatar] = useState(null);

useEffect(() => {
if(avatar) handleSubmit();
}, [avatar]);

const handleChange = (e: any) => {
        const avatar = URL.createObjectURL(e.target.files[0])
        setAvatar(avatar)
      };

// suppose that this is this is your handleSubmit function 
const handleSubmit = () => {
        // your code goes here
      };

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda