We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c303d commit 83738dfCopy full SHA for 83738df
js/src/multi-select.js
@@ -20,9 +20,9 @@ import SelectorEngine from './dom/selector-engine'
20
* ------------------------------------------------------------------------
21
*/
22
23
-const NAME = 'mutli-select'
24
-const VERSION = '3.4.1-alpha.0'
25
-const DATA_KEY = 'coreui.mutli-select'
+const NAME = 'multi-select'
+const VERSION = '3.4.2-alpha.0'
+const DATA_KEY = 'coreui.multi-select'
26
const EVENT_KEY = `.${DATA_KEY}`
27
const DATA_API_KEY = '.data-api'
28
0 commit comments