playbook_ui_docs 14.5.0.pre.alpha.PBNTR606multilevelselectreset4035 → 14.5.0.pre.alpha.PLAY1485selectablecardoverflowoutlinebug4097
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3958ff019fe016db95ee850e12d2378dc38606d2f1f46bc3d1ae915c296cc83d
|
4
|
+
data.tar.gz: 041a85056547b779436393c5e07887de5abf4cf931e2c94425013930d3f3662b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3eaada619925a1d690d5f3aa0bef2dae3f3535b8dd643ae5fcd204ad21771a8617f00720011a71d81367b8072541df96b39d214a26290427d7af9bec4065e75b
|
7
|
+
data.tar.gz: 0a895f81b8fd9da72625d26c2bd46268552424ffa920f48d3c993e906419a9a9e15d74f52961bb239ebc29897eef860faa26477ab79ad793566f16cedddb643d
|
@@ -0,0 +1 @@
|
|
1
|
+
In order to clear the multilevelselect selection using an external trigger (like a reset button), the `clearMultiLevelSelect` function can be used. See the code snippet below to see this in action. The function is scoped by id so an id MUST be used on the multilevelselect kit and passed to the function as shown for it to work.
|