diff --git a/src/record/observer.ts b/src/record/observer.ts index b60508eb..8c364d35 100644 --- a/src/record/observer.ts +++ b/src/record/observer.ts @@ -292,6 +292,8 @@ function initInputObserver( [HTMLInputElement.prototype, 'checked'], [HTMLSelectElement.prototype, 'value'], [HTMLTextAreaElement.prototype, 'value'], + // Some UI library use selectedIndex to set select value + [HTMLSelectElement.prototype, 'selectedIndex'], ]; if (propertyDescriptor && propertyDescriptor.set) { handlers.push(