I have a dropdown, and want some help text to populate from a Supabase table depending on the option selected in the dropdown. The wrapper of the help text is loading the Supabase row which matches the ID of the dropdown list item, then the text maps the Supabase fields. But on load, the help text already populates with the data from the first database row, rather then coming up blank (which is what I would expect). Why this behaviour?
Dropdown is empty:
First line of Help text is still returned: