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 a57a1fd commit fc5199aCopy full SHA for fc5199a
example/src/commonMain/kotlin/UITest.kt
@@ -413,10 +413,10 @@ private fun TopAppBarActions(
413
enableWindowDim = false
414
) {
415
ListPopupColumn {
416
- items.take(3).forEachIndexed { index, navigationItem ->
+ items.forEachIndexed { index, navigationItem ->
417
DropdownImpl(
418
text = navigationItem.label,
419
- optionSize = items.take(3).size,
+ optionSize = items.size,
420
isSelected = index == selectedPage,
421
onSelectedIndexChange = {
422
onPageSelected(index)
0 commit comments