From 7a5b7bfc97f2965d2c93006de1f4214cf72f66bd Mon Sep 17 00:00:00 2001 From: dtbuild Date: Mon, 30 Dec 2024 16:01:10 +0000 Subject: [PATCH] 156957fcb3062a68de89b43d5f929fa3fa1f5c08 Fix: Remove the `name` attribute from the length dropdown `-tag select` (`-feature pageLength`). This prevents it from being submitted in a form. DD-3018 https://datatables.net/forums/discussion/49969/form-inputs-used-in-data-tables-are-defined-wrong#latest 1bac4180765d08c16db18235e7dc4f2695b35aa5 Merge branch 'master' of github.com:DataTables/DataTablesSrc Sync to source repo @1bac4180765d08c16db18235e7dc4f2695b35aa5 --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index c194364..8abbf94 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/DataTablesSrc", "last-tag": "2.1.8", - "last-sync": "3249b20671ce8e5e37272077a1017522101db9bf" + "last-sync": "1bac4180765d08c16db18235e7dc4f2695b35aa5" } \ No newline at end of file