Page 1 of 1
Can input remember history?
Posted: 16 Aug 2017 04:42
by yusef88
Code: Select all
$s = input("history in drop menu", "","<clipboard>")
Re: Can input remember history?
Posted: 17 Aug 2017 09:53
by highend
Inside the input field itself? No
By using a popup menu that shows (a limited) amount of previously entered input terms
+ a separated entry that would show a new input dialog to enter something new (without a default value)?
Sure, scripting is the way...
Re: Can input remember history?
Posted: 17 Aug 2017 10:51
by yusef88
not exactly what I hope but I'll try it. Thanks