@bitrise/bitkit 13.218.0 → 13.219.0
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.
package/package.json
CHANGED
|
@@ -415,9 +415,11 @@ const Dropdown = forwardRef<Element, DropdownProps<string | null>>(
|
|
|
415
415
|
{searchElement}
|
|
416
416
|
<chakra.div ref={mergedRef} __css={dropdownStyles.options} tabIndex={-1}>
|
|
417
417
|
{children}
|
|
418
|
-
|
|
419
|
-
<
|
|
420
|
-
|
|
418
|
+
{onScrolledToBottom && (
|
|
419
|
+
<chakra.div display="flex" justifyContent="space-around">
|
|
420
|
+
<ProgressSpinner />
|
|
421
|
+
</chakra.div>
|
|
422
|
+
)}
|
|
421
423
|
</chakra.div>
|
|
422
424
|
</chakra.div>
|
|
423
425
|
</FloatingFocusManager>
|