remove "previous text box" from text input field.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Gozil
    New Member
    • Jul 2007
    • 42

    remove "previous text box" from text input field.

    Hello, im having a problem with the text input field im working with. I've made an ajax application that will suggest different links below the input field but if the user already searched something before it will appear a suggest box with previous searches from that user... Look at the picture below and you'll understand what im talking about.


    I have seen sites that never get that previous box, but i cant get it to work and i dont really see why they dont get it.
  • harshmaul
    Recognized Expert Contributor
    • Jul 2007
    • 490

    #2
    I am not sure if this will help, but could you not use a text area with only one row? that will emulate the appearance of a text input field and will not display the drop down box thingy.

    Happy coding :)

    Comment

    • Gozil
      New Member
      • Jul 2007
      • 42

      #3
      this is a kinda late response but I cant get the textarea to show only one row, if i write rows="1" It will still show 2 rows (probably the minimum rows, at least in FF)

      Comment

      Working...