diff --git a/src/ebay-listbox-button/__tests__/__snapshots__/index.spec.tsx.snap b/src/ebay-listbox-button/__tests__/__snapshots__/index.spec.tsx.snap index 05c4c229..9df521ef 100644 --- a/src/ebay-listbox-button/__tests__/__snapshots__/index.spec.tsx.snap +++ b/src/ebay-listbox-button/__tests__/__snapshots__/index.spec.tsx.snap @@ -288,6 +288,11 @@ exports[`Storyshots ebay-listbox-button Floating label 1`] = ` > Select + + - + = ({ }) const expandBtnTextId = prefixId && 'expand-btn-text' - const buttonLabel = floatingLabel ? ( - - {floatingLabel} - - ) : ( + + const buttonLabel = ( <> + {floatingLabel && {floatingLabel}} {prefixLabel && {prefixLabel}} {selectedOption?.props.children || unselectedText}