You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
loe-lobo opened this issue
Dec 25, 2023
· 2 comments
Labels
bugAn issue which has been identified as a bugcmsAn issue identified as a cms bug/featurestudio-uiAn issue that needs to be tracked by Studio Console team
I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
I have removed any sensitive information from my code snippets and submission.
App Id
d1thx85qzidq63
Region
sa-east-1
Environment name
dev
Figma File Version (if applicable)
No response
Amplify CLI Version
12.10.0
If applicable, what version of Node.js are you using?
v18.17.1
What operating system are you using?
Mac
Browser type?
Google Chrome
Describe the bug
Autocomplete field isn't loading all the data from DynamoDB (AppSync API).
When searching for BB the result box should show 23 results, but it only shows 1. I can see that the first query executed has a NextToken populated, but the UI isn't looping through the results to load all matching items from DB.
Expected behavior
When searching for an Item on Autocomplete in Data Manager, I would expect to get all results that match the filter.
I believe I've found the culprit, if Amplify Studio uses the autogenerated Autocomplete from Amplify-UI.
This is the code generated by Amplify-UI (Figma-to-code) for a autocomplete field:
I was able to reproduce the issue, marking as bug.
ykethan
added
bug
An issue which has been identified as a bug
cms
An issue identified as a cms bug/feature
studio-ui
An issue that needs to be tracked by Studio Console team
and removed
pending-triage
An issue that is pending triage
labels
Feb 1, 2024
bugAn issue which has been identified as a bugcmsAn issue identified as a cms bug/featurestudio-uiAn issue that needs to be tracked by Studio Console team
Before opening, please confirm:
App Id
d1thx85qzidq63
Region
sa-east-1
Environment name
dev
Figma File Version (if applicable)
No response
Amplify CLI Version
12.10.0
If applicable, what version of Node.js are you using?
v18.17.1
What operating system are you using?
Mac
Browser type?
Google Chrome
Describe the bug
Autocomplete field isn't loading all the data from DynamoDB (AppSync API).
When searching for
BB
the result box should show 23 results, but it only shows 1. I can see that the first query executed has a NextToken populated, but the UI isn't looping through the results to load all matching items from DB.Expected behavior
When searching for an Item on Autocomplete in Data Manager, I would expect to get all results that match the filter.
Reproduction steps
stocks
property will give you enough to start.PortfolioTicker
BB
on the ticker autocomplete field.The expected result should contain many instances of tickers with
BB
, but it doesn't show them all.Project Identifier
8893b0f513340872ef0f1d36b5e0b90a
Additional information
No response
The text was updated successfully, but these errors were encountered: