Hello,
There is an option to customize the text of parameter: alwaysShowSelectedOptionsCount? Or just with JS it's possible?
Thanks, Paulo Torres
Hi @Paulo Torres
All the available properties can be found here in the VirtualSelect documentation so if there was a parameter for that it would be there and should be used as @José Rio mentioned.You can also try to use a javascript node to override that text (something like document.querySelector('.vscomp-selected-value-count').nextSibling.textContent = ' your text').
Update:
Cheers,GM
Hi @Paulo Torres,
You can use the client action SetVirtualSelectConfigs for that, just add it at the DropdownSearch Initialized event.
Cheers,JR
Hi José,
This parameter is the one I spoke on my first comment, I'm using this, but I want to customize the text (Change the default text).
Thanks for confirming that doesn't exists option for that, Gonçalo!
@Paulo Torres please check the update I made on my answer since I believe you actually have a solution :)