Change Text (language) for Select-Search

Hey,

im using the Single-Select Input and when im searching something and there is no result it displays “No result found” - is it possible to change that text, i need to change that cause my website is in german. I didnt found any option to change that, is there any?

Thanks

Edit: I found a hacky solution by using CSS to change the text with the “::before” selector:

.multiselect-no-results{ font-size: 0px } .multiselect-no-results::before { content: "changed Text"; font-size: 16px; }

However, if there is a better solution, I would like to hear it.

Ha! That’s a really good question @SilasCG! Didn’t find the solution in no-code. It may be an oversight on our part.

Well done finding the solution and thanks for taking the time to share it! I’ll open a product ticket to add the option.

1 Like