How can I add suggestions to TextFields in SwiftUI for MacOS (see gif below)?

Viewed 696

This is the combo box effect I'm going for:

Pop up combo box after choosing "Add Date", which shows several suggestions including "Today" and "Tomorrow"

Any ideas are appreciated as this is my first SwiftUI project.

1 Answers
Related