How: dropdown as suggestion only?

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
User avatar
onoehring
AppGini Super Hero
AppGini Super Hero
Posts: 1231
Joined: 2019-05-21 22:42
Location: Germany
Contact:

How: dropdown as suggestion only?

Post by onoehring » 2025-07-28 15:09

Hi,

is it possible to use a dropdown to "suggest" entries for a text field?
E.g. I have certain values that occur quite often. It would be good if the user could have a dropdown to choose from and use the value as a start for a text field - or simply enter completely new text into a textfield.

Thanks already
Olaf

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1709
Joined: 2018-04-01 10:12

Re: How: dropdown as suggestion only?

Post by pbottcher » 2025-07-29 19:31

Hi Olaf,
maybe I did not get the question right, but can't you just register on the on change of the dropdown, catch the selected text and add it to the text field?
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

User avatar
onoehring
AppGini Super Hero
AppGini Super Hero
Posts: 1231
Joined: 2019-05-21 22:42
Location: Germany
Contact:

Re: How: dropdown as suggestion only?

Post by onoehring » 2025-07-29 19:38

Hi pboetcher,

yes, that would probably work. I was thinking more about a real suggestion of often used entries: Suggest, but let the user still enter something else without adding to the source lookup table.
However, I will most likely use a regular lookup (for the sake of a cleaner database design) :-)

Olaf

Post Reply