From ffe780db53ec43ab3e014ed5067dbcc54384b050 Mon Sep 17 00:00:00 2001 From: Anas Shekhamis Date: Sun, 29 May 2016 12:36:00 +0300 Subject: [PATCH] Correct typo in "options" page Correct a typo in the "options" page, "Data Adapters" section, "Do the id properties have to be strings?" part. ">select<" to "<select>" --- docs/_includes/options/data/array.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/options/data/array.html b/docs/_includes/options/data/array.html index 751635e8..b32c0080 100644 --- a/docs/_includes/options/data/array.html +++ b/docs/_includes/options/data/array.html @@ -38,7 +38,7 @@ $('select').select2({

- Because the value attributes on a >select< + Because the value attributes on a <select> tag must be strings, the id property on the data objects must also be strings. Select2 will attempt to convert anything that is not a string to a string, which will work for most situations, but it is