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

scrollbar indicator not showing #117

Open
umangcodealchemy opened this issue Apr 28, 2023 · 2 comments
Open

scrollbar indicator not showing #117

umangcodealchemy opened this issue Apr 28, 2023 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@umangcodealchemy
Copy link

            <MentionInput
              multiline
              autoFocus
              disableFullscreenUI={false}
              value={createCommentText}
              inputRef={inputRef}
              partTypes={[
                {
                  trigger: '@', // Should be a single character like '@' or '#'
                  renderSuggestions,
                  textStyle: {
                    fontWeight: 'bold',
                    color: Theme.light.blue
                  }, // The mention style in the input
                  isInsertSpaceAfterMention: true
                }
              ]}
              maxLength={2000}
              containerStyle={{
                maxHeight: height * 0.82
              }}
              onChange={onChange}
            />
@umangcodealchemy umangcodealchemy changed the title scrollbar indicator only show in dark mode scrollbar indicator not showing Apr 28, 2023
@dabakovich
Copy link
Owner

Hey @umangcodealchemy.

Thank you for your patience, is the issue still relevant? If so, please provide more details, what scrollbar indicator are you want to see, inside the MentionInput component or suggestions list?

@dabakovich dabakovich added the help wanted Extra attention is needed label Sep 16, 2023
@umangcodealchemy
Copy link
Author

umangcodealchemy commented Feb 21, 2024

when text is too long or multiline in textInput then Vertical ScrollIndicator not showing.
some time it's showing only in dark mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants