FIX: prevents android keyboard to be hidden instantly on sk focus (#17810)

This commit is contained in:
Joffrey JAFFEUX 2022-08-05 19:09:38 +02:00 committed by GitHub
parent 8f66d57b86
commit 2003c2d4cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -871,6 +871,13 @@ export default Component.extend(
strategy,
placement: this.selectKit.options.placement,
modifiers: [
{
name: "eventListeners",
options: {
resize: !this.site.mobileView,
scroll: !this.site.mobileView,
},
},
{
name: "flip",
enabled: !inModal,