firefox drop-down is blocking MY drop-down!
2 Message(s) by 2 Author(s) originally posted in javascript
| From: hotani |
Date: Wednesday, June 06, 2007
|
I'm building an auto-suggest drop-down for
text field s. It is coming
along, but there is one major problem: the
history dropdown which
firefox insists on displaying, is blocking the
menu I am building!
This only happens on fields that have a history of items.
I cannot find a way to disable this "feature". Does anyone know? I'm
guessing IE does the same thing. I tried turning off autocomplete, but
apparently that is something different; it fills
forms for you based
on your user info. This is specific to certain fields.
In case you are still not following me, if I
type d "bob" and "joe" and
"betty" in a form field in the past, firefox shows those to me in a
drop-down when I start to type or
hit the down-arrow.
Actually, I'd
love to find a way to tap into this and use it
myself. If I could customize what is in the drop-down, that'd work
great. If not, disabling it'll have to do.
| From: atxryan |
Date: Thursday, June 07, 2007
|
Add autocomplete="off" to your text input fields and it'll no longer
do the
system dropdown when you start typing.
-RYAN
Next Message: Future of Microsoft Office 2008 on Macintosh