What problem does this address?
The Query Loop block's post type setting displays as a dropdown when, by default, there are only two post types to select from (Post and Page). While dropdowns are useful for avoiding visual clutter when there are many options to choose from, when there are few items, they require an extra click with no advantages.

What is your proposed solution?
Using a RadioControl instead of a SelectControl when there are only two items.
What problem does this address?
The Query Loop block's post type setting displays as a dropdown when, by default, there are only two post types to select from (
PostandPage). While dropdowns are useful for avoiding visual clutter when there are many options to choose from, when there are few items, they require an extra click with no advantages.What is your proposed solution?
Using a RadioControl instead of a SelectControl when there are only two items.