File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -428,25 +428,6 @@ export const ComboBoxMixin = (subclass) =>
428
428
this . opened = false ;
429
429
}
430
430
431
- /**
432
- * Override Polymer lifecycle callback to handle `filter` property change after
433
- * the observer for `opened` property is triggered. This is needed when opening
434
- * combo-box on user input to ensure the focused index is set correctly.
435
- *
436
- * @param {!Object } currentProps Current accessor values
437
- * @param {?Object } changedProps Properties changed since the last call
438
- * @param {?Object } oldProps Previous values for each changed property
439
- * @protected
440
- * @override
441
- */
442
- _propertiesChanged ( currentProps , changedProps , oldProps ) {
443
- super . _propertiesChanged ( currentProps , changedProps , oldProps ) ;
444
-
445
- if ( changedProps . filter !== undefined ) {
446
- this . _filterChanged ( changedProps . filter ) ;
447
- }
448
- }
449
-
450
431
/**
451
432
* Override LitElement lifecycle callback to handle filter property change.
452
433
* @param {Object } props
You can’t perform that action at this time.
0 commit comments