I start to use Blocks and have created a search form. It contains not only a text search but also (two) drop-down lists, populated by present values. Let's say "cities" and "countries"
In each list, there is a value already present when I load the page. If I hit "search" it seems that a combined search is performed.
But as "cities" shows a (first value)) city that does not belong to the show (first value) country, this makes no sense as now results are shown.
Maybe the drop-down lists should not show any initial value after loading the page. Or there should be an empty line in the drop-done list. Also after having selected a value I also need to de-select the drop-down list e.g. "cities" if I want to search for all Post of a certain "country".
Any idea?
Another question: if I use "control boxes" instead I can check or uncheck boxes so that things should wolr. But if there are many values present, the boxes are unhandy. At least the boxes should get shown in columns. ANy idea how to achieve this?
What you can do is to set a default value as you say for the dropdown options. If you click on your field to edit it in the block editor you should get the field settings in the Blocks Tab.
From there you should able to set the Label for the default option. This will be the first option on the dropdown.