When having a form rendering within an ajax modal, the child select id is edit-field-example--RWzkppi-lcc instead of edit-field-example so the following selector doesn't catch it var select = document.getElementById(elementId);
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2994155-2.patch | 553 bytes | tavib47 |
Comments
Comment #2
tavib47 commentedComment #3
tim-dielsWorking with multistep forms gives the same problem.
The patch is looking good and working for me, so setting this to RTBC
Comment #4
tim-dielsApplicable for 8.x-1.0-beta9
Comment #5
tim-dielsComment #7
colanThanks folks!