Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select dropdown can not scroll in large data. #1455

Closed
3 of 6 tasks
vilenleung opened this issue Dec 6, 2023 · 1 comment
Closed
3 of 6 tasks

Select dropdown can not scroll in large data. #1455

vilenleung opened this issue Dec 6, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@vilenleung
Copy link

vilenleung commented Dec 6, 2023

Description

Select dropdown can not scroll in large data.

CodeSandbox/Snack link

No response

Steps to reproduce

"@gluestack-style/react": "^1.0.22",
"@gluestack-ui/config": "^1.0.6",
"@gluestack-ui/themed": "^1.0.20",
            <FormControl>
              <FormControlLabel>
                <FormControlLabelText>Testing</FormControlLabelText>
              </FormControlLabel>
              <Select

              >
                <SelectTrigger variant="outline" size='md'>
                  <SelectInput/>
                  <SelectIcon mr="$3">
                    <Icon as={Ionicons} name='chevron-down-outline' />
                  </SelectIcon>
                </SelectTrigger>
                <SelectPortal>
                  <SelectBackdrop />
                  <SelectContent>
                    <SelectDragIndicatorWrapper>
                      <SelectDragIndicator />
                    </SelectDragIndicatorWrapper>
                   <SelectItem  label={1} value={1}/>ctContent>
                  ...more than 30
                </SelectPortal>
              </Select>
            </FormControl>

gluestack-ui Version

1.0.20

Platform

  • Expo
  • React Native CLI
  • Next
  • Web
  • Android
  • iOS

Other Platform

No response

Additional Information

No response

@vilenleung vilenleung added the bug Something isn't working label Dec 6, 2023
@Viraj-10
Copy link
Collaborator

Viraj-10 commented Dec 7, 2023

Hey @vilenleung, checkout this snack. for scrollable Select.

@Viraj-10 Viraj-10 closed this as completed Dec 7, 2023
@Viraj-10 Viraj-10 assigned Viraj-10 and unassigned akash3gtm Dec 7, 2023
@Viraj-10 Viraj-10 assigned rajat693 and unassigned Viraj-10 Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants