2.4.6
iOS Safari
2.5.17
https://jsfiddle.net/45kvjg6u/13/
When using the iOS simulator, use an iPad Pro device to open the reproduction link
When using an actual device
Users should be able to input text for el-select components when filterable is true for iOS devices
Users are only able to input text for el-select components when filterable is true when mutliple is also true for iOS devices
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
This is a terrible answer. Modern-day sites need to be responsive, so if ElementUI can't be used on mobile, it's useless for many sites.
Don't get me wrong, I hugely appreciate the devs for making ElementUI, it's just a shame about this oversight. For the most part, ElementUI works (and looks!) great on mobiles with a few tweaks to the css.
Has anyone managed to get around this?
I agree, ignoring mobile is not possible. This will be require me to use a different framework.
I had same issue with el-select.
Could not solve it and started to use el-autocomplete. In my case everything is ok on IOS.
https://element.eleme.io/#/en-US/component/input#autocomplete
It's a shame because it works fine on desktop, even in mobiles based on Android OS.
It doesn't make sense that it won't work only in IOS based web browsers
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
@ziyoung ElementIO works perfectly in Android browsers (it's mobile too).
Maybe instead of saying "you can use other libraries", you could point this bug with less priority, to see it later.
Regards
a good workaround is to set multiple
and :multiple-limit="1"
Most helpful comment
This is a terrible answer. Modern-day sites need to be responsive, so if ElementUI can't be used on mobile, it's useless for many sites.
Don't get me wrong, I hugely appreciate the devs for making ElementUI, it's just a shame about this oversight. For the most part, ElementUI works (and looks!) great on mobiles with a few tweaks to the css.
Has anyone managed to get around this?