Re: Autocomplete on multi-line textbox?
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Message-ID | <[email protected]> |
I ran into the same issue, where I have a multiline textbox with 5 rows, and I need to enter several email addresses into it, separated by commas. <textbox id="fromColTxt" type="autocomplete" multiline="true" rows="5" autofill="true" timeout="300" ignoreblurwhilesearching="true" autocompletesearch="addrbook" searchSessions="addrbook" /> Am I missing something, or does it really requires a custom autofill method? Anyone? Anyone? Bueller? Bueller?!