Typ ‚HTMLFormControlsCollection‘ nemá žádný majetek ‚x‘ a žádný podpis index string

hlasů
0

Při pokusu o destructure o Tato chyba se zobrazí form.elementsobjekt.

// in a class

domRefs: {[key: string]: HTMLFormElement | null} = {
  myForm: null
}

onButtonClick = () => {
  console.debug(this.domRefs.myForm!.elements) // screenshot below
  const {a, b, c} = this.domRefs.myForm!.elements
}

zadejte

Nechci používat : anytyp, který nevypouští tuto chybu.

Položena 02/04/2018 v 11:48
zdroj uživatelem
V jiných jazycích...                            

Cookies help us deliver our services. By using our services, you agree to our use of cookies. Learn more