Vue-multiselect: function for @select is not called on ipad (both Chrome and Safari)

Created on 9 Feb 2017  路  9Comments  路  Source: shentao/vue-multiselect

Hi,

My multiselect works perfectly on desktop.
In Safari and Chrome on ipad on the other hand, I can choose between the options and it shows the highlighting and updates the selected option in the dropdown, but it does not call the function I specified in @select (applyFilter below). Am I missing something?

It works though in Chrome on Samsung Galaxy Tab.

<multiselect id="categoryselector" :value="filterCategories[0]" :searchable="false" :show-labels="false" placeholder="" :close-on-select="true" :hide-selected="true" :allow-empty="false" @select="applyFilter" :options="filterCategories"></multiselect>

Thank you in advance.

bug wontfix

Most helpful comment

Might be a problem with events on mobile Safari. I will look into it, thanks!

All 9 comments

Might be a problem with events on mobile Safari. I will look into it, thanks!

It's both Safari and Chrome on ipad.
I wonder if this can be related to delays between the touch and click events?
Thanks.

That鈥檚 because underneath everything uses Safari on iOS devices.

Any news on this please?

Should be merged with https://github.com/monterail/vue-multiselect/issues/363 ? Same issue? Just wondering if there is a small workaround.

Would it be merged into trunk? I really need it to my project. Thanks in advance.

Still needs some investigation. :/

Any updates for this?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Uninen picture Uninen  路  4Comments

stefanheimann picture stefanheimann  路  4Comments

icebob picture icebob  路  4Comments

volkanciloglu picture volkanciloglu  路  3Comments

wujekbogdan picture wujekbogdan  路  4Comments