Fix: fix single select in filterable dropdowns when editing (#9834)

This commit is contained in:
shamoon
2025-04-30 01:48:02 -07:00
committed by GitHub
parent 924a13f724
commit 1b3a91f63f

View File

@@ -586,6 +586,8 @@ export class FilterableDropdownComponent
this.selectionModel.reset()
this.modelIsDirty = false
}
this.selectionModel.singleSelect =
this.editing && !this.selectionModel.manyToOne
this.opened.next(this)
} else {
if (this.creating) {