setPlaceholder not working
Closed this issue · 1 comments
andruxnet commented
I'm trying to dynamically change the placeholder of the select box, I have tried using -- suggested by autocomplete in the Chrome console -- selectrBox.setPlaceholder('new placeholder') and also selectrBox.config.placeholder = 'new placeholder' but neither of those does the trick.
Is this feature supported? If so, what am I doing wrong?
Thanks
andruxnet commented
Nevermind... it doesn't work because I also empty the list of options in the dropdown and it takes the default placeholder to show no options available.