mirror of https://github.com/roytam1/UXP
Browse Source
Even if `<datalist>` is dynamically changed, the autocomplete controller still uses the previous search result. If changed, we have to ignore the previous result that may now be invalid. Also, even if `<datalist>` is changed, we have to keep the selected index (See Mozilla Bug 595069), so we cannot use `ResetInternalState` in this situation because it resets the selected index. This resolves #1509.tracking
4 changed files with 31 additions and 5 deletions
Loading…
Reference in new issue