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
If applicable, what version of Node.js are you using?
No response
Amplify CLI Version
1.0.1
What operating system are you using?
Ubuntu (wsl2)
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No
Describe the bug
When using a component with an onClick attribute in the Footer menuSlot of Autocomplete, the onClick callback is not getting invoked.
When I click "See more results", the callback does not get invoked.
Expected behavior
Components in the footer should receive click events.
It looks like the footer was created to allow additional actions to be added. However components added to the footer don't seem to be receiving click events. If this is the expected mechanism to trigger actions, then it's not clear based on the documentation.
How did you install the Amplify CLI?
No response
If applicable, what version of Node.js are you using?
No response
Amplify CLI Version
1.0.1
What operating system are you using?
Ubuntu (wsl2)
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No
Describe the bug
When using a component with an
onClick
attribute in theFooter
menuSlot ofAutocomplete
, the onClick callback is not getting invoked.When I click "See more results", the callback does not get invoked.
Expected behavior
Components in the footer should receive click events.
It looks like the footer was created to allow additional actions to be added. However components added to the footer don't seem to be receiving click events. If this is the expected mechanism to trigger actions, then it's not clear based on the documentation.
Reproduction steps
Link
component and add this attributeonClick={() => console.log('footer clicked')}
Result:
Project Identifier
No response
Log output
Additional information
No response
Before submitting, please confirm:
The text was updated successfully, but these errors were encountered: