同じ問題が発生しています。再割り当てではなく、モバイルでの割り当て時に問題が起きます。モーダルを開くとすぐにエラーが発生します。
Uncaught (in promise) TypeError: can't access property "contains", t.targetElement is undefined
t select-kit-collection.gjs:20
c select-kit-collection.gjs:19
installModifier modifier-manager.ts:52
Ember 76
select-kit-collection.gjs:20:7
t select-kit-collection.gjs:20
some self-hosted:125
c select-kit-collection.gjs:19
installModifier modifier-manager.ts:52
Ember
locked.targetElement.contains(element)を locked?.targetElement.contains(element)に変更するとエラーは消えますが、依然として入力ができません。