Skip to content

Commit c3d8570

Browse files
chore: update multiselect POST readme to link associated KB
1 parent 7611dbe commit c3d8570

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

multiselect/get-POST-data/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
The MultiSelect is a `<select multiple>` element and behaves like one in a POST query - the browser will add a form data field with the name of the widget for each selected item, and the value of the form field will be the value of the item. This means that your model needs to expect a List of values for the given field.
44

55
The example also shows how you can get the selected values with JavaScript so you can use them to craft your own query in case you have more specific requirements.
6+
7+
You can read more about this in the [Submit MultiSelect Data to Controller POST](https://docs.telerik.com/aspnet-core/knowledge-base/multiselect-post-data-values) Knowledge Base article.

0 commit comments

Comments
 (0)