refactor(listbox): Enable integration of Listbox by providing additional options (#742)

* refactor: support custom selections api

* refactor: add update as option and unit tests

* test: for listbox

* docs: update

* fix: user-select none and make example run

* fix: prevent conditional hooks calls

* refactor: prevent executing unnecessary code
This commit is contained in:
Johan Lahti
2022-01-25 13:32:17 +01:00
committed by GitHub
parent 0dce36daab
commit 024b8a451b
10 changed files with 424 additions and 53 deletions

View File

@@ -8,13 +8,13 @@
"build": "parcel build index.html"
},
"dependencies": {
"@nebula.js/stardust": "latest",
"@nebula.js/sn-bar-chart": "latest",
"@nebula.js/sn-line-chart": "latest",
"@nebula.js/stardust": "latest",
"enigma.js": "2.7.2"
},
"devDependencies": {
"@babel/core": "7.12.3",
"parcel": "^2.0.0-rc.0"
"parcel-bundler": "^1.12.5"
}
}