Skip to content

TextInput cursor moves to end when using this #4

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

Open
DennisMuchiri opened this issue Mar 25, 2025 · 2 comments
Open

TextInput cursor moves to end when using this #4

DennisMuchiri opened this issue Mar 25, 2025 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@DennisMuchiri
Copy link

DennisMuchiri commented Mar 25, 2025

Using this with TextInput; cursor is pushed to end

<RNBounceable onPress={() => {}}
                        className={'ml-[40px] mr-[40px] bg-[#9D3055] rounded shadow-md'}>
                        <TextInput className={'text-white rounded text-center'}
                                   placeholderTextColor="#fff"
                                   cursorColor="#fff"
                                   placeholder="password"
                        />
                    </RNBounceable>
Screen.Recording.2025-03-25.at.20.24.30.mov
@WrathChaos WrathChaos self-assigned this Mar 28, 2025
@WrathChaos
Copy link
Owner

Hello @DennisMuchiri
Can you provide more information, I don't even know if you're using react-native's TextInput.

@WrathChaos WrathChaos added the bug Something isn't working label Mar 28, 2025
@DennisMuchiri
Copy link
Author

@WrathChaos yes, i am using react native TextInput

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

2 participants