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

165
Vistas
How to change dropdown option value with Document.execCommand()

I am trying to pre-fill the values on the bigCommerce checkout page. As the checkout page uses embedded react, that's why I am unable to change the field values with plain javascript methods. Although, I am able to change the values using Document.execCommand(). Here is the actual code for changing the first name:

  document.getElementById("firstNameInput").focus();
  document.execCommand("insertText", false, customerInfo.firstName);

But the problem is that I am unable to change/select country from the dropdown menu using Document.execCommand().

So my question is that, how can I change the dropdown value using document.execCommand?

PS: I know that document.execCommand is deprecated, but I don't have any alternate method available right now to change the values because as I said, plain javascript methods does not change the field values on bigcommerce checkout page.

almost 4 years ago · Santiago Trujillo
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