diff --git a/README.md b/README.md index a05c4b7..0aaaf98 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ const dropdown = new DropDown({ ``` ## Примеры разных селектов + Так же рабочий пример -- https://maxovs19.github.io/cg-select/ ![image](https://github.com/apuc/cg-select/blob/main/src/images/DefaultSelect.png) @@ -70,7 +71,9 @@ const dropdown = new DropDown({ ![image](https://github.com/apuc/cg-select/blob/main/src/images/WhiteTheme.png) ![image](https://github.com/apuc/cg-select/blob/main/src/images/Categories.png) -Вся документация по CG-SELECT находится в одноименной папке. В документации описаны все методы и переменные, также есть примеры передачи настроек в select. Чтобы просмотреть его, откройте файл index.html в браузере из папки с документацией. +Вся документация по CG-SELECT находится в одноименной папке. В документации описаны все методы и переменные, также есть примеры передачи настроек в select. + +**Чтобы ознакомиться с ней, перейдите по ссылке -** https://maxovs19.github.io/cg-select/up_/documentation/index.html ## Contributing diff --git a/documentation/index.html b/documentation/index.html index 37335e3..e9d92a7 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -16,6 +16,7 @@

Home

+

CG-SELECT

-- Вернуться к примеру -- diff --git a/src/cg-dropdown.js b/src/cg-dropdown.js index 8785f84..9bab76a 100644 --- a/src/cg-dropdown.js +++ b/src/cg-dropdown.js @@ -218,7 +218,6 @@ export class DropDown { const select = this.#element.querySelector('.cg-select'); const nativSelect = this.#element.querySelector('.nativSelect'); - if (value === true) { this.#element.setAttribute('disabled', true); nativSelect.setAttribute('disabled', true); diff --git a/src/style/main.scss b/src/style/main.scss index 850e900..cf366fa 100644 --- a/src/style/main.scss +++ b/src/style/main.scss @@ -322,6 +322,7 @@ input[type='checkbox'] { display: none; } +/*320px - 576px*/ @media (max-width: 576px) { body { margin: 0; diff --git a/src/style/nativSelect.scss b/src/style/nativSelect.scss index 302da4c..c8d4b8b 100644 --- a/src/style/nativSelect.scss +++ b/src/style/nativSelect.scss @@ -27,6 +27,7 @@ border: none; border-radius: 10px; } + select[multiple='multiple'] { color: black; background-color: white;