Is it possible to access text input's history with javascript?
- by Majid
Hi all,
Firefox remembers what you have so far entered in a given text input and as soon as you start typing it suggests previous values matching what you have typed so far.
Is it possible to access this list via javascript?
Thanks.