Skip to content

Bugfixes/groupselect 12 8 22 #238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .dccache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c:/Users/willow.wagner/Documents/GitHub/wwagner4719-multiselect-react-dropdown/tsdx.config.js":[836,1670543613208.8962,"977d109b985108d5b2175289fbf2dae871763dbd25710c8ff5d41e9bc01c2791"],"c:/Users/willow.wagner/Documents/GitHub/wwagner4719-multiselect-react-dropdown/webpack.config.js":[1498,1670541909158.785,"3b190b3b2957c1fc471b407003ecd96c709e4c5a68113d44bf6eeb73356b9f89"],"c:/Users/willow.wagner/Documents/GitHub/wwagner4719-multiselect-react-dropdown/.storybook/main.js":[257,1670455949870.2234,"cb029bc1f8bec95bdfbe61c6132e1a884a162ef1b7b965a95dfac857ef04e257"],"c:/Users/willow.wagner/Documents/GitHub/wwagner4719-multiselect-react-dropdown/.storybook/preview-head.html":[66,1670455949872.2231,"637159f47f56b122c5a5f9db82299d4569b2f57e37767cec4419da53f5d164ea"],"c:/Users/willow.wagner/Documents/GitHub/wwagner4719-multiselect-react-dropdown/.storybook/preview.js":[183,1670455949873.2266,"d1ede2c3dc03824b7f009af1198dd0dbd1fee03fe9bb741db2a91793bba66222"],"c:/Users/willow.wagner/Documents/GitHub/wwagner4719-multiselect-react-dropdown/src/index.tsx":[156,1670455949927.2397,"5edf1046d040ac931df8c78eb4b3f2715a24cf1f6f7a01f874631b56877e14bc"],"c:/Users/willow.wagner/Documents/GitHub/wwagner4719-multiselect-react-dropdown/stories/basic.stories.tsx":[3154,1670455949929.2395,"b24b166e9e60781da8811a7302485f722a2e3d10e184dd742a9dfc5b27cd8022"],"c:/Users/willow.wagner/Documents/GitHub/wwagner4719-multiselect-react-dropdown/stories/constants.ts":[515,1670455949930.2402,"5b5f0b347279fed02b85d90d53f91bf430445f696e13049cba83ea5ca36a4f52"],"c:/Users/willow.wagner/Documents/GitHub/wwagner4719-multiselect-react-dropdown/stories/serverside.stories.tsx":[1647,1670455949930.2402,"f200c793d4b4369e72af6e84603a93f283df69e1b1a1472e665a174071e6c5cb"],"c:/Users/willow.wagner/Documents/GitHub/wwagner4719-multiselect-react-dropdown/_layouts/default.html":[2199,1670455949879.2236,"31b595b5ba989471a8e6c55a1b5cfaa6f6fa5e88596438b2ae0288bcf210679a"],"c:/Users/willow.wagner/Documents/GitHub/wwagner4719-multiselect-react-dropdown/src/multiselect/interface.ts":[1235,1670455949927.2397,"2c78218d372a5e07d16c050f0819d1945c24463741c516b1e19db1125ed795db"],"c:/Users/willow.wagner/Documents/GitHub/wwagner4719-multiselect-react-dropdown/src/multiselect/multiselect.component.tsx":[23496,1670882639423.392,"9209f6ffb3b0ee43cf1ac847286658eb1603485e466a76ada77ce1a464b93570"],"c:\\Users\\willow.wagner\\Documents\\GitHub\\wwagner4719-multiselect-react-dropdown\\src\\multiselect\\multiselect.component.tsx":[23436,1670883166850.0664,"f5de57175185f92483fbc68873964a39854e15429bb1d45d544c2ea47f7ced8b"],"c:\\Users\\willow.wagner\\Documents\\GitHub\\wwagner4719-multiselect-react-dropdown\\webpack.config.js":[1175,1670883531404.9841,"237306c4618f4abd970efad1bf56fc95de247550dba5ab8e8549d99c9b41c61b"],"c:\\Users\\willow.wagner\\Documents\\GitHub\\wwagner4719-multiselect-react-dropdown\\tsdx.config.js":[446,1670883553380.6648,"e051016d0b08911acebdff65ee7157b8a1e6fc5434294b1e6381689ea2d94902"]}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ onRemove(selectedList, removedItem) {
| `displayValue` | `string` | `value` | Property name in the object to display in the dropdown. Refer `Basic Usage` section
| `emptyRecordMsg` | `string` | `No options available` | Message to display when no records found
| `groupBy` | `string` | `''` | Group the popup list items with the corresponding category by the property name in the object
| `showGroupByCheckbox` | `bool` | `false` | To display group checkbox option in the dropdown to select child items
| `closeIcon` | `string` | `circle` | Option to select close icon instead of default. Refer `Close Icon` section
| `style` | `object` | `{}` | CSS Customization for multiselect. Refer below object for css customization.
| `caseSensitiveSearch` | `bool` | `false` | Enables case sensitivity on the search field.
Expand Down
10 changes: 5 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
theme: jekyll-theme-cayman
name: Srigar Sukumar
url: https://srigar.github.io/multiselect-react-dropdown/
plugins:
- jekyll-seo-tag
# theme: jekyll-theme-cayman
# name: Srigar Sukumar
# url: https://srigar.github.io/multiselect-react-dropdown/
# plugins:
# - jekyll-seo-tag
44,738 changes: 25,937 additions & 18,801 deletions package-lock.json

Large diffs are not rendered by default.

31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multiselect-react-dropdown",
"version": "2.0.24",
"name": "wwagner4719-multiselect-react-dropdown",
"version": "1.0.34",
"description": "React multiselect dropdown component with search and various features",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -11,12 +11,12 @@
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"author": "srigar s",
"author": "Srigar Sukumar, Willow Wagner - Contributor",
"license": "MIT",
"homepage": "https://multiselect-react-dropdown.vercel.app/?path=/docs/multiselect-dropdown--flat-array",
"repository": {
"type": "git",
"url": "https://github.com/srigar/multiselect-react-dropdown"
"url": "https://github.com/wwagner4719/multiselect-react-dropdown"
},
"peerDependencies": {
"react": "^16.7.0 || ^17.0.0 || ^18.0.0"
Expand All @@ -29,30 +29,30 @@
"@rollup/plugin-url": "^6.0.0",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-controls": "^6.5.9",
"@storybook/addon-essentials": "^6.5.9",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-knobs": "^6.4.0",
"@storybook/addon-links": "^6.5.9",
"@storybook/react": "^6.5.9",
"@svgr/rollup": "^5.5.0",
"@storybook/react":"^6.5.14",
"@svgr/rollup": "^6.5.1",
"@types/react": "^16.7.0",
"@types/react-dom": "^16.7.0",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.1",
"css-minimizer-webpack-plugin": "^1.3.0",
"css-loader": "^6.7.2",
"css-minimizer-webpack-plugin": "^4.2.2",
"mini-css-extract-plugin": "1.3.0",
"postcss": "8.4.14",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"rollup-plugin-postcss": "^4.0.0",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^4.2.3",
"terser-webpack-plugin": "^5.3.6",
"tsdx": "^0.14.1",
"tslib": "^2.2.0",
"typescript": "^4.3.2",
"url-loader": "^1.1.2",
"webpack": "^4.40.6",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
"url-loader": "^4.1.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"babel": {
"presets": [
Expand Down Expand Up @@ -82,6 +82,5 @@
"normalize-url": "4.5.1",
"css-what": "5.0.1",
"glob-parent": "5.1.2"
},
"dependencies": {}
}
}
1 change: 1 addition & 0 deletions src/multiselect/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export interface IMultiselectProps {
selectionLimit?: any,
placeholder?: string,
groupBy?: string,
showGroupByCheckbox?: boolean,
loading?: boolean,
style?: object,
emptyRecordMsg?: string,
Expand Down
Loading