Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ContentPicker Validation For Required Fields #17470

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<div class="w-lg-75 w-xxl-50">
<input asp-for="ContentItemIds" type="hidden" v-model="selectedIds" />
<vue-multiselect v-model="value" :options="options" track-by="id"
<vue-multiselect asp-validation-class-for="ContentItemIds" v-model="value" :options="options" track-by="id"
Sandeep905 marked this conversation as resolved.
Show resolved Hide resolved
label="displayText" placeholder="@T["Type to search"]"
@@search-change="asyncFind" @@select="onSelect"
:searchable="true" :close-on-select="true" :reset-after="true"
Expand Down