Closed marnel-mangrubang closed 1 year ago
@marnel-mangrubang I am unable to repro this issue as you describe. Watching the video I surmise that what is happening is that you started to type into the field before all the resources were loaded.
A few things to keep in mind. The docsite is using all examples from a CDN, so as a performance issue, the Auro docsite is an example for how NOT to do things in prod. We do this for ease of maintenance.
But when trying to repro your issue, if I let all resources load, the element performs as expected.
Closing this issue as the solution will be to not display the the content component until it has fully loaded all of its dependencies.
Describe the bug
When using the "Airport example" on the docsite, the auto fill feature randomly breaks and does not auto select the matching menu option. This is issue happens randomly.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After inputing 'pdx' inside of the field should ALWAYS auto populate the input box with the matching menu option.
Screenshots/Video recording of Issue
https://user-images.githubusercontent.com/7931018/235256897-6c837640-ae44-4f02-9b8e-6ab5ae7af9df.mov
Desktop (please complete the following information):
Additional context
Another issue concerning the Airport Example, but not sure if they are related. #119