Search by translated name
i have a users table. it has a relationship with roles table.
roles table:
id, name
1, player
...
so im in the modal create action to add a new user to that table. there, im showing a searchable select to choose multiple roles for the user.
the thing is that im translating the name of the roles, but once i start searching, i get the names in english, and not translated
is there a way to search by translated names instead of not translated names
this is the select:
1 Reply
so when i first clic on the select, i see the roles translated, but once i start the search, it just removes the translations and returns the roles as they are, no translated