is possible to change the dropdown filed UI?

as the title, right now suite have a dropdown filed, but sometime it is hard to find out the value you want. Is possible to revised the code to change the UI like the one I upload --dropdown with search list??
use JQuery UI?

1 which files should I code it?
2 does it affect the inline edit feature? or when I upgraded should do it again?

Thanks in advance!

Yes that is possible.

In editviewdefs.php add ‘customCode’ for your field with custom HTML that you want the field to have.
Also include your JS file in the ‘includes’ section of editviewdefs.php

Now you can call any JS function on your CUSTOM html element and populate it as you like.

1 Like