Jump to content

Oris

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Oris

  1. I am using the W3autocomplete https://www.w3schools.com/howto/howto_js_autocomplete.asp and replaced 

     

    <div class="autocomplete" style="width:300px;">
    
    <input id="myInput" type="text" name="myCountry" placeholder="Country">
    
    </div>
    
    <input type="submit">

    With

    <div class="autocomplete">
    
    <textarea id="myInput" autofocus class="form-control" name="symbols" placeholder="symbols" type="text"></textarea>
    
    </div>

    Which created the <textextra> box where I want to update the code that when I select a country from the Autocomplete dropdown a new line is created where I can start typing a letter again and another iteration begin with a dropdown Autocomplete.  If that not possible then at least be able to press enter to create a new line where I can again choose another country from the Autocomplete dropdown. Thanks!!

×
×
  • Create New...