playbook_ui_docs 14.5.0.pre.alpha.PBNTR606multilevelselectreset4035 → 14.5.0.pre.alpha.PLAY1485selectablecardoverflowoutlinebug4097

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9d4ec737464780b6d8b002723df44a281eeb807c1ba2aaa2a0819566929cc931
4
- data.tar.gz: 7cc7ab7b27e70d44d7a34bdac135db7c54f5e846e50c560ae223eeb55b7d79aa
3
+ metadata.gz: 3958ff019fe016db95ee850e12d2378dc38606d2f1f46bc3d1ae915c296cc83d
4
+ data.tar.gz: 041a85056547b779436393c5e07887de5abf4cf931e2c94425013930d3f3662b
5
5
  SHA512:
6
- metadata.gz: 99584356fb9e0473ba9bf1939bf8279a30c5ce82cbd68255996933813b9be57b1c8242b205e7de85e40ba325665afd0b77a0b39ae9bbb11dfe882c5725f6369b
7
- data.tar.gz: d4423d597d70648901590a376855db6f3e0d67f1d5fbd9eb1f41389b02901425dfbcd7369bc9006c1cc25ff832804c9dad69c26f60ce515620486a1a84e3e664
6
+ metadata.gz: 3eaada619925a1d690d5f3aa0bef2dae3f3535b8dd643ae5fcd204ad21771a8617f00720011a71d81367b8072541df96b39d214a26290427d7af9bec4065e75b
7
+ data.tar.gz: 0a895f81b8fd9da72625d26c2bd46268552424ffa920f48d3c993e906419a9a9e15d74f52961bb239ebc29897eef860faa26477ab79ad793566f16cedddb643d
@@ -78,7 +78,7 @@ const FilterDefault = (props) => {
78
78
  double
79
79
  minWidth="375px"
80
80
  onSortChange={SortingChangeCallback}
81
- results={1}
81
+ results={0}
82
82
  sortOptions={{
83
83
  popularity: 'Popularity',
84
84
  // eslint-disable-next-line
@@ -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.