{{ custom_select(id="pr-source-repo-select", options=[{"value": "", "label": "Select a repository..."}], selected_value="", selected_label="Select a repository...", mode="form", class="w-full", dynamic=true, picker_title="Head repository") }}
{{ custom_select(id="pr-source-branch-select", options=[{"value": "", "label": "Select branch..."}], selected_value="", selected_label="Select branch...", mode="form", class="w-full", disabled=true, dynamic=true, picker_title="Head branch") }}
{{ custom_select(id="pr-target-branch-select", options=[{"value": "", "label": "Select branch..."}], selected_value="", selected_label="Select branch...", mode="form", class="w-full", dynamic=true, picker_title="Base branch") }}