File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
ej2-react/code-snippet/dropdownlist/object/app Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1868
1868
< li > < a href ="/ej2-react/pdfviewer/how-to/download-start-event "> Controlling File Downloads</ a > </ li >
1869
1869
< li > < a href ="/ej2-react/pdfviewer/how-to/min-max-zoom "> Minimum and Maximum Zoom Properties</ a > </ li >
1870
1870
< li > < a href ="/ej2-react/pdfviewer/how-to/restricting-zoom-in-mobile-mode "> Restrict Zoom Percentage on Mobile Devices</ a > </ li >
1871
+ < li > < a href ="/ej2-react/pdfviewer/how-to/add-save-button "> Add a Save button in the built-in Toolbar</ a > </ li >
1871
1872
</ ul >
1872
1873
</ li >
1873
1874
< li > Troubleshooting
1879
1880
</ li >
1880
1881
< li > < a href ="https://ej2.syncfusion.com/react/documentation/api/pdfviewer/ "> API Reference</ a > </ li >
1881
1882
</ ul >
1882
- </ li > < li >
1883
+ </ li >
1884
+ < li >
1883
1885
PivotTable
1884
1886
< ul >
1885
1887
< li > Getting Started
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export default class App extends React.Component {
11
11
} ) ) ;
12
12
}
13
13
fields = { text : 'text' , value : 'id' } ;
14
- value = { text : 'Item 5 ' , value : 'id5 ' } ;
14
+ value = { text : 'Item 1 ' , id : 'id1 ' } ;
15
15
16
16
render ( ) {
17
17
return (
You can’t perform that action at this time.
0 commit comments