Skip to content

v7.5.11

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Oct 17:33
· 0 commits to fca8d4713cbb62c9ceba96be3e0238021a621df2 since this release

👷‍♂️ Patch fixes

  • HTMLSelectElement.options.add() and HTMLSelectElement.options.remove() has to update the actual DOM
  • HTMLSelectElement.appendChild(), HTMLSelectElement.beforeChild() and HTMLSelectElement.removeChild() has to update the option elements in HTMLSelectElement.options
  • HTMLSelectElement.options.selectedIndex was not updated correctly after removing a selected option
  • Adds support for HTMLSelectElement.length
  • HTMLSelectElement now supports to do get options by index (e.g. select[1])