Finished update
This commit is contained in:
@ -14,6 +14,7 @@
|
||||
<meta property="og:image" content="/src/images/logoCG.jpg" />
|
||||
|
||||
<title>Cg-Select</title>
|
||||
<link rel="shortcut icon" href="../src/images/logoCG2.ico" type="image/x-icon" />
|
||||
<link href="example.scss" rel="stylesheet" />
|
||||
</head>
|
||||
<body class="body-example">
|
||||
@ -351,6 +352,7 @@
|
||||
maxWidth: <span class="code__string">'500px ',</span>
|
||||
},
|
||||
},
|
||||
multiselect: <span class="code__keyword">true,</span>
|
||||
});
|
||||
</pre>
|
||||
</code>
|
||||
|
@ -57,6 +57,7 @@ const dropdownNativeSelect = new CGSelect({
|
||||
width: '824px',
|
||||
},
|
||||
},
|
||||
theme: 'dark',
|
||||
});
|
||||
|
||||
// ------------------------------listDisplayMode--------------------
|
||||
@ -88,7 +89,7 @@ const dropdownlistDisplayMode = new CGSelect({
|
||||
// --------------------------------Категории--------------------------
|
||||
const dropdown4 = new CGSelect({
|
||||
selector: '.cg-dropdown_categories',
|
||||
placeholder: 'Выберите регион',
|
||||
placeholder: 'Choose region',
|
||||
searchMode: true,
|
||||
items: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user