Element: [Bug Report] Filterable Select not filterable on mobile

Created on 12 Sep 2018  ·  5Comments  ·  Source: ElemeFE/element

Element UI version

2.4.6

OS/Browsers version

Android / Chrome 68.0.3440.91

Vue version

2.5.17

Reproduction Link

https://jsfiddle.net/mmx38qxw/5817/

Steps to reproduce

Tap on the select input.

What is Expected?

The list should pop over with the select options and the keyboard should be triggered to filter the list

What is actually happening?

The list pops over with the select options but the keyboard DOES NOT get triggered, there is no way to filter the list.

Most helpful comment

Wow, really? At least put a warning in large red letters on your homepage, so others don't fall into a trap of assuming that everything in 2018 is mobile friendly.

All 5 comments

An interesting thing I have noticed about this - if the page is loaded or refreshed, the keyboard is not engaged on focus. If the page itself loses focus by changing tabs and coming back, then it starts to work.

Element is designed for desktop. It's not compatible with mobile devices. You can use other libraries like vant. FYI: https://github.com/vuejs/awesome-vue#mobile-1

In 2018 web components should be usable on both. Makes this kind of useless if you have to redo everything again specifically for mobile.

Wow, really? At least put a warning in large red letters on your homepage, so others don't fall into a trap of assuming that everything in 2018 is mobile friendly.

@beck24 Is this related to https://github.com/ElemeFE/element/issues/12563 ? If so my comment there could be a possible fix.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

akaylh picture akaylh  ·  3Comments

FranzSkuffka picture FranzSkuffka  ·  3Comments

yorululu picture yorululu  ·  3Comments

zhguokai picture zhguokai  ·  3Comments

yuchonghua picture yuchonghua  ·  3Comments