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

Use autoselect control for Providers #725

Merged
merged 3 commits into from
Apr 3, 2024

Conversation

matiasgarciaisaia
Copy link
Member

So it matches both the Region and Consumers pickers.

Screenshot of the component showing two fake-sample entries being filtered

See #724

So it matches both the Region and Consumers pickers.

See #724
:label-fn :label
:render-fn (fn [provider-set] [:div.option-row
[:span (:label provider-set)]])}
attrs)]
(when (asdf/should-reload? @list)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know in which scenarios we should reload the list, but it was needed to at least load the options upon page load, so I kept this here.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's pretty usual to realize there's a providers source missing when you get to that screen so, if I get this right, it is good to have a reload after page load

@matiasgarciaisaia matiasgarciaisaia merged commit 3e3ee6c into main Apr 3, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants