Hi,
Thank you for the recent updates to the CS Forms.
One small suggestion I’ve got for future releases is related to hierarchical taxonomies. It would be great to have a choice to use small visual symbols for children of different levels inside Select Fields types. Dots and/or hyphens, for example. Right now, parent and child taxonomies look the same, but this isn’t always the best way to show them in Select fields.
If there is a workaround already with a use of TWIG or whatever, please suggest how to implement that. I believe that use of more than two levels of hierarchy is rare. So probably two symbols should be enough or there could be additional indents for more than two levels with the same symbol.
I also still have a question: how to force a reset state for Select fields? Right now, if you refresh the page and click any of the filters available in the form or even the Reset button, Select fields pick up the first values instead of being blank.
In other words, blank values for the Select fields are only applied on initial load of the form. At that point, the first values are visually selected but they are not really applied. If any element in the form is clicked it is no longer valid. I got confirmation of that when I switched to GET method for the form. There is no placeholder for Select fields so it would be visualy essential that nothing is selected there yet so we could choose them as the default value for Reset. Maybe I just miss something important. Please let me know if that is the case.