playbook_ui_docs 13.12.0.pre.alpha.play10281596 → 13.13.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 702fdebdcca4d3a14112b52586af2414f817ec607f6d3bc31a60e51b406f171c
|
4
|
+
data.tar.gz: 90e2bb449e776072b8aa1ce110dfe2942a66abcadc85acec1331815b6db474f1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 570e38df8dc097c25494aa485472f72d675d2b9159bb52fb044798023ee7e6ad1813ec9e10dc7ff40327a2a800294a117fa02ceefeee2a5a155474da8fa35b2e
|
7
|
+
data.tar.gz: 03b740ecfbebc0258904a7a7faa430bcde5d977567fa2f780d50871f41484fd6cdb2d2fe9233a8a683c1d39bf758fe0cfad3c965b9b655c937c784bda0576f99
|
@@ -0,0 +1 @@
|
|
1
|
+
To display the "No Filters Selected" text, the `filters` prop must be `null`. As a suggestion, check the values of each key in your filters object. If they are all falsy, return `null`.
|
@@ -70,8 +70,8 @@ const TypeaheadWithHighlight = (props) => {
|
|
70
70
|
}
|
71
71
|
|
72
72
|
const customComponents = {
|
73
|
-
Option: (
|
74
|
-
<components.Option {...
|
73
|
+
Option: (highlightProps: OptionProps) => (
|
74
|
+
<components.Option {...highlightProps}/>
|
75
75
|
),
|
76
76
|
SingleValue: ({ data }: any) => (
|
77
77
|
<span>{data.name}</span>
|