playbook_ui_docs 14.5.0.pre.alpha.PBNTR568dropdowncleaning4041 → 14.5.0.pre.alpha.PBNTR600reactfilterdisplayzeroresults4068

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: 550a78afc5639eda507b62f2abe64f654af17384358db564067e9240c59e9ead
4
- data.tar.gz: 51e4219653158ac47821532074b2209a3025788ade3a9a70bd1f66c6ab4d502c
3
+ metadata.gz: 86db0facad1dfd38833d9b7fa1a67706bae9a6a387f8029be26d85ee1d22865e
4
+ data.tar.gz: bcd243753bb9bf752df195f174af7eeb255e6083f336933b79948cdabb1f7d70
5
5
  SHA512:
6
- metadata.gz: b85ca3057f7e63e2ff0767fb520416760b6cb220257c1a0132fbe0e7b8a3c121d6d5ee7b3229afb4e566c6d07522f0bfd5df8aca04a23382bb733567827ad565
7
- data.tar.gz: ccd627b942f3aa982fbe8daceb72e450b09a6c3dea03ea1c93c294423396e13fa2d1b078030233cbdfd0b0698c107c1d622405421663644c78653b0e0815b650
6
+ metadata.gz: bc9a77836d3ac3d8d4ce451a31e3ae0f5fe522a798b1e4d123f352ecae2efc4041a140b5756de63cc021e954e6615d3fd9e5f3a7004ecb9d863aec36292b68c0
7
+ data.tar.gz: 54cfbed2a6b01ce28842aeb345f0743f9262977f8f2b1d774c3e9ac78518f620021ba1f2fef17c302b0d8551cc0291e17951cc68cae79bc0dcfb4abd9d6bcdff
@@ -22,7 +22,6 @@ examples:
22
22
  - dropdown_error: Dropdown with Error
23
23
  - dropdown_default_value: Default Value
24
24
  - dropdown_blank_selection: Blank Selection
25
- - dropdown_clear_selection: Clear Selection
26
25
  # - dropdown_with_autocomplete: Autocomplete
27
26
  # - dropdown_with_autocomplete_and_custom_display: Autocomplete with Custom Display
28
27
  # - dropdown_with_external_control: useDropdown Hook
@@ -12,4 +12,3 @@ export { default as DropdownSubcomponentStructure } from './_dropdown_subcompone
12
12
  export { default as DropdownError } from './_dropdown_error.jsx'
13
13
  export { default as DropdownDefaultValue } from './_dropdown_default_value.jsx'
14
14
  export { default as DropdownBlankSelection } from './_dropdown_blank_selection.jsx'
15
- export { default as DropdownClearSelection } from './_dropdown_clear_selection.jsx'
@@ -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