REFACTOR: s/focusAfterOnchange/focusAfterOnChange (#9801)

This commit is contained in:
Joffrey JAFFEUX
2020-05-16 11:20:37 +02:00
committed by GitHub
parent db8e872bda
commit e81a4048e3
3 changed files with 6 additions and 6 deletions

View File

@@ -271,7 +271,7 @@ export default Component.extend(
selectedNameComponent: "selected-name",
castInteger: false,
preventsClickPropagation: false,
focusAfterOnchange: true
focusAfterOnChange: true
},
autoFilterable: computed("content.[]", "selectKit.filter", function() {
@@ -430,7 +430,7 @@ export default Component.extend(
this.selectKit.close();
}
if (this.selectKit.options.focusAfterOnchange) {
if (this.selectKit.options.focusAfterOnChange) {
this._safeAfterRender(() => {
this._focusFilter();
this.popper && this.popper.update();