is anyone else finding problems with their input.int(... , options=[1,2,3,4,5]) not displaying any data within the drop down list? You can still drop the menu down and select an "option", it all works fine, except there is no visible text/data contained within the drop down menu options?
It worked fine yesterday and I haven't updated the code since then. Also, I tried creating a new little indicator script just containing the following code, got the same problem, no data within the drop down menu!?
//@version=5
indicator("My script")
plot(close)
test = input.int(defval=5, title="Test DD", options=[1,2,3,4,5])
I've tried a different Tradingview account and a different browser, no luck. Please help! Thanks