I have a textarea with some information and i want to use the autocomplete option anytime. The actual autocomplete seems to work only when the textarea it's empty or it's filled with the autocomplete.
If at this point you don't understend me, this is an example:
If my textarea have:
<textarea>
Some information
{
more information
}
....
</textarea>
And i try to use the autocomplete option, the autocomplete don't show up.
Thank you for your time.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, i was wondering how can i make this:
I have a textarea with some information and i want to use the autocomplete option anytime. The actual autocomplete seems to work only when the textarea it's empty or it's filled with the autocomplete.
If at this point you don't understend me, this is an example:
If my textarea have:
<textarea>
Some information
{
more information
}
....
</textarea>
And i try to use the autocomplete option, the autocomplete don't show up.
Thank you for your time.
Well, to explain my problem easier:
if you use the autocomplete, for example yuo write:
"Chris " <chris@chris.com>,"maria" <maria@maria.com>
If you put the cursor between these two records to add another records, the autocomplete don't show up.