From f70d6602383e9a303ac38b77b80d07e7baedfef6 Mon Sep 17 00:00:00 2001 From: "Ghislain B." Date: Mon, 18 Nov 2024 11:39:27 -0500 Subject: [PATCH] docs: fix a few typos and make it more readable --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a5f3784d..53316b03 100644 --- a/README.md +++ b/README.md @@ -43,15 +43,15 @@ npm install multiple-select-vanilla ## Changes vs Original lib (`multiple-select`) Changes and new options: -- dropped jQuery requirement and rewrite with browser native code. -- rewritten in TypeScript to also add typings support (`d.ts`) -- make the lib CSP compliant (see explanations below) +- dropped jQuery requirement and rewrote with browser native code. +- rewritten in TypeScript to also provide typings support (`d.ts`) +- make the lib CSP compliant (see CSP section below) - revamped the UI to give it a more Modern Look: - - improve CSS styling and use SVG icons (CSS/SASS variables are also availables) + - improved CSS styling by using SVG icons (CSS/SASS variables are also availables) - new Dark Mode - replace tabIndex with a more intuitive navigation & highlight by using arrow keys (or mouse hover) - show 3 different states on multiple selections (none " ", partial "-", all "🗸") -- add new options: +- add extra options: - `autoAdjustDropHeight` will automatically adjust the drop (up/down) height by available space (see [demo](https://ghiscoding.github.io/multiple-select-vanilla/#/options30)) - `autoAdjustDropPosition` will find best position (top/bottom) by its available space (see [demo](https://ghiscoding.github.io/multiple-select-vanilla/#/options29)) - `autoAdjustDropWidthByTextSize` automatically set the drop width size by reading the widest list option width