Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dynamic content to autocomplete/dropdown lists #1108

Open
jackbemi opened this issue May 6, 2024 · 1 comment
Open

Add dynamic content to autocomplete/dropdown lists #1108

jackbemi opened this issue May 6, 2024 · 1 comment
Labels
pending-triage An issue that is pending triage

Comments

@jackbemi
Copy link

jackbemi commented May 6, 2024

Describe the feature you'd like to request

It would be nice if Amplify had the ability to get dropdown list values dynamically from a table, as I imagine this is a feature others would use as well.

Describe your use case and how the feature would improve your experience.

My client wants to be able to have users enter new values into an autocomplete form, which are not existing options. They want to be able to have an admin approve new values which get added to the dropdown list.

Describe alternatives you've considered

I have considered either using a build script to get the values from the table and add them into the page before deploying the static content.

To update the values dynamically, I think I can figure out a way to have the frontend query an API which checks the 'approved values per field' table and updates the dropdown list in the frontend, but manually editing bundled js components is going to be a pain.
it would be nice if this was a built-in feature.

Additional context

related amplify js issue

@jackbemi jackbemi added the pending-triage An issue that is pending triage label May 6, 2024
@nishant-rajvanshi
Copy link

I have been looking for a similar feature +1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending-triage An issue that is pending triage
Projects
None yet
Development

No branches or pull requests

2 participants