We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1fe086 commit cdba5cfCopy full SHA for cdba5cf
packages/uui-combobox/lib/uui-combobox.story.ts
@@ -358,7 +358,9 @@ export const CountrySelect: StoryFn = props => {
358
style="--uui-combobox-popover-max-height: 300px; width: 250px;"
359
@search=${handleSearch}
360
@change=${handleSelect}>
361
- <span slot="input-prepend">${renderSelectedFlag()}</span>
+ <span slot="input-prepend" style="display: flex; align-items: center;"
362
+ >${renderSelectedFlag()}</span
363
+ >
364
<uui-combobox-list>${renderFilteredOptions()}</uui-combobox-list>
365
</uui-combobox>
366
0 commit comments