× Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues

Foreign Key - Auto Search Fields

3 years 6 months ago - 3 years 6 months ago #9802 by Gordon Sutherland
Foreign Key - Auto Search Fields was created by Gordon Sutherland
I have a foreign field which as I start to type pulls back a first and last name related to what I type in. This works perfectly on a desktop.

On a mobile device this functions differently (by design I believe), i am simply given a list of all available options. This isn't suitible as there are so many.

I want the same functionality as the desktop on a mobile. How to adjust?

I've attached an image if this helps to explain what I mean
G.
Attachments:
Last edit: 3 years 6 months ago by Gordon Sutherland.

Please Log in or Create an account to join the conversation.

3 years 6 months ago #9803 by Gordon Sutherland
Replied by Gordon Sutherland on topic Foreign Key - Auto Search Fields
I've resolved this issue... Unfort it requires a JS hack. as detailed here:
stackoverflow.com/questions/22016578/cho...k-on-mobile-browsers

AbstractChosen.browser_is_supported function does not allow you to use this plugin on mobile devices and internet explorer so you can hack this by yourself.

Find the below lines in chosen.jquery.js and comment this code. Now the chosen plugin will work on mobile devices.

if (!AbstractChosen.browser_is_supported()) {
return this;
}
if (!AbstractChosen.browser_is_supported()) {
return;
}

Please Log in or Create an account to join the conversation.

Time to create page: 0.130 seconds
Powered by Kunena Forum

We use cookies so that you can place orders and we can provide a better service. You can control the use of cookies at the individual browser level. If you reject cookies, you may still use our website, but your ability to use some features or areas of our website may be limited.