Hello,
I have table a:
NAME - ATTRIBUTE
John - 1,3,5
table ATTRIBUTE
1 - TALL
3 - TINY
5 - CLEVER
This is a typical multi-select usage
Bootstrap theme show me the field with value 1,3,5
How can I show correctly the value, instead of 1,3,5 show TALL,TINY,CLEVER and allow the search on this field.
Thanks