Skip to content

Commit 1b2c1bb

Browse files
Update App.vue
1 parent 2fde729 commit 1b2c1bb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/App.vue

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<template>
22
<div>
3-
<div style="margin:10% 25%;">
3+
<div style="margin:10% 25%;width:550px">
44
<br>
55
<ejs-multiselect :dataSource='remoteData'
6-
:fields='remoteFields' placeholder='Select a name'
6+
:fields='remoteFields' placeholder='Select a name'
7+
popupWidth="550px"
8+
popupHeight="200px"
79
sortOrder='Descending'>
810
</ejs-multiselect>
911
</div>
@@ -38,4 +40,4 @@ export default Vue.extend({
3840
</script>
3941
<style>
4042
@import url(https://cdn.syncfusion.com/ej2/material.css);
41-
</style>
43+
</style>

0 commit comments

Comments
 (0)