<PowerSelectWithCreate @options={{services}} @searchField="Name" @selected={{SourceName}} @searchPlaceholder="Type service name" @buildSuggestion={{action"createNewLabel""Use a future Consul Service called '{{term}}'"}} @showCreateWhen={{action"isUnique"}} @oncreate={{action"change""SourceName"}} @onchange={{action"change""SourceName"}} as |service|>
<PowerSelectWithCreate @options={{nspaces}} @searchField="Name" @selected={{SourceNS}} @searchPlaceholder="Type namespace name" @buildSuggestion={{action"createNewLabel""Use a future Consul Namespace called '{{term}}'"}} @showCreateWhen={{action"isUnique"}} @oncreate={{action"change""SourceNS"}} @onchange={{action"change""SourceNS"}} as |nspace|>
<PowerSelectWithCreate @options={{services}} @searchField="Name" @selected={{DestinationName}} @searchPlaceholder="Type service name" @buildSuggestion={{action"createNewLabel""Use a future Consul Service called '{{term}}'"}} @showCreateWhen={{action"isUnique"}} @oncreate={{action"change""DestinationName"}} @onchange={{action"change""DestinationName"}} as |service|>
<PowerSelectWithCreate @options={{nspaces}} @searchField="Name" @selected={{DestinationNS}} @searchPlaceholder="Type namespace name" @buildSuggestion={{action"createNewLabel""Use a future Consul Namespace called '{{term}}'"}} @showCreateWhen={{action"isUnique"}} @oncreate={{action"change""DestinationNS"}} @onchange={{action"change""DestinationNS"}} as |nspace|>