Viewing 2 replies - 1 through 2 (of 2 total)
  • @talhayounes If you want to limit the user to a specific set of options, then you should use the select tag.

    
    <select name="name">
    <option value="value">Value Name<option>
    </select>
    
    • This reply was modified 5 years, 5 months ago by vermillionone.

    Hi,
    not shure if it is the same thing, but i want user to begin typing a list of possible options and then is forced to use only option that is present. It cant write their own option.

    @vermillionone i try your solution, but not sure how to implement this solution to work.
    Can you write it in more details.

    I use [datalist* datalist-310 “Option 1” “Option 2” “Option 3”]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Force user to choose from the list’ is closed to new replies.