Page 1 of 1

Input that is both a dropdown/select as well as text

Posted: Wed Aug 28, 2024 5:02 am
by jkrainak

is it possible to something like the example in this code snippet?

https://stackoverflow.com/questions/183 ... eld-in-one

I have a pulldown named VIOLATIONS (it is also using a lookup table). Some users like the select, some like to be able to type and see a list based on the first few characters. Is there a way to do both? I thought perhaps in aspmaker this was possible when choosing TEXT. User could either begin typing on double-click the input box to see all the values in a list.


Re: Input that is both a dropdown/select as well as text

Posted: Thu Aug 29, 2024 7:44 am
by MichaelG
  1. You can enable Use modal dialog for lookup which also supports searching
  2. You can enable Allow add to add new option to the lookup

Re: Input that is both a dropdown/select as well as text

Posted: Sat Aug 31, 2024 12:43 pm
by jkrainak

Thanks, that does indeed work. From what I can tell what the user is looking for is a little more old-school. When entering information on this form the user is wanting to avoid going back and forth between the keyboard and mouse. So they click in the first input text, hit tab, input more text into the next field etc. They then hit tab to a SELECT input and would like to type the first letter of their desired value and have the SELECT drop to that letter where they can then hit the down arrow key on the keyboard to their desired value. As it is with the form in question, when they tab to that SELECT and type a letter nothing happens.