diff --git a/app/elements/common/data-providers/user/user-search-provider.html b/app/elements/common/data-providers/user/user-search-provider.html new file mode 100644 index 00000000..116150f4 --- /dev/null +++ b/app/elements/common/data-providers/user/user-search-provider.html @@ -0,0 +1,60 @@ + + + + + + + + + + + + diff --git a/app/elements/company/candidate/invite/invite-candidate-input.html b/app/elements/company/candidate/invite/invite-candidate-input.html index afb54e84..d0d04d5a 100644 --- a/app/elements/company/candidate/invite/invite-candidate-input.html +++ b/app/elements/company/candidate/invite/invite-candidate-input.html @@ -4,13 +4,16 @@ + + + + - - - + value="{{email}}" + item-label-path="label" + item-value-path="email" + on-input-value-changed="_inputValueChanged" + allow-custom-value + items="[[users]]"> + + + + diff --git a/app/elements/company/candidate/invite/invite-candidates.html b/app/elements/company/candidate/invite/invite-candidates.html index 46e35b6c..63c841f6 100644 --- a/app/elements/company/candidate/invite/invite-candidates.html +++ b/app/elements/company/candidate/invite/invite-candidates.html @@ -2,81 +2,67 @@ - + + - - - Invite candidates - - The address format must be: Name (first and last name or a combination) <email address> - - - - - - - - + Start typing the candidates email address + + + + + + - - Add another candidate - - - Cancel - Invite - - - - - + + Add another candidate + + + + Invite +
The address format must be: Name (first and last name or a combination) <email address>
Start typing the candidates email address