diff --git a/ej2-react-toc.html b/ej2-react-toc.html
index 43a588d1d..25b331642 100644
--- a/ej2-react-toc.html
+++ b/ej2-react-toc.html
@@ -1868,6 +1868,7 @@
Controlling File Downloads
Minimum and Maximum Zoom Properties
Restrict Zoom Percentage on Mobile Devices
+Add a Save button in the built-in Toolbar
Troubleshooting
@@ -1879,7 +1880,8 @@
API Reference
-
+
+
PivotTable
- Getting Started
diff --git a/ej2-react/code-snippet/dropdownlist/object/app/index.jsx b/ej2-react/code-snippet/dropdownlist/object/app/index.jsx
index e8b662307..9e880717e 100644
--- a/ej2-react/code-snippet/dropdownlist/object/app/index.jsx
+++ b/ej2-react/code-snippet/dropdownlist/object/app/index.jsx
@@ -11,7 +11,7 @@ export default class App extends React.Component {
}));
}
fields = { text: 'text', value: 'id' };
- value = { text: 'Item 5', value: 'id5'};
+ value = { text: 'Item 1', id: 'id1'};
render() {
return (