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

# no longer brings up the list of tokens #191

Open
buresdv opened this issue Oct 7, 2023 · 1 comment
Open

# no longer brings up the list of tokens #191

buresdv opened this issue Oct 7, 2023 · 1 comment
Labels
Bug Something isn't working

Comments

@buresdv
Copy link
Owner

buresdv commented Oct 7, 2023

Writing # into the search field should bring up a list of available tokens, but it doesn't seem to anymore.

Might be something to do with Sonoma, or the new way of filtering packages.

These might be relevant lines:

@State private var availableTokens: [PackageSearchToken] = [

var suggestedTokens: [PackageSearchToken]

.searchable(text: $searchText, tokens: $currentTokens, suggestedTokens: .constant(suggestedTokens), placement: .sidebar, prompt: Text("sidebar.search.prompt"))

extension PackageSearchToken

@buresdv buresdv added the Bug Something isn't working label Oct 7, 2023
@buresdv buresdv changed the title # No longer brings up the list of tokens # no longer brings up the list of tokens Oct 7, 2023
@buresdv
Copy link
Owner Author

buresdv commented Mar 31, 2024

Confirmed to be a SwiftUI bug (https://mstdn.social/@mattorantimatt/112164074768982401), filled as FB13699166

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
Status: Waiting for Apple to Fix
Development

No branches or pull requests

1 participant