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

TextField doesn't react on mouse click. #42

Closed
AlexGladkov opened this issue Nov 1, 2020 · 5 comments
Closed

TextField doesn't react on mouse click. #42

AlexGladkov opened this issue Nov 1, 2020 · 5 comments

Comments

@AlexGladkov
Copy link
Collaborator

Hello, i've updated to 0.1.0-m1-build57 from 97 version and my AuthView's Textfields stop reacting to mouse clicking.

TextField(
                        emailState.value,
                        backgroundColor = Color.Transparent,
                        label = { Text("Email") },
                        placeholder = {
                            Text("Введите ваш email")
                        },
                        activeColor = Color(Palette.primaryColor),
                        modifier = Modifier.padding(top = 24.dp).then(Modifier.fillMaxWidth()),
                        onValueChange = {
                            emailState.value = it
                            authViewModel.obtainEvent(AuthEvents.EmailChanged(newValue = it.text))
                        }
                )

TextField Code applied.

OS: Windows 10
IDE: IntelliJ Idea

@prepor
Copy link
Contributor

prepor commented Nov 2, 2020

@AlexGladkov thank you for the report. Could you pls confirm, that without placeholder it works as expected?

@prepor
Copy link
Contributor

prepor commented Nov 2, 2020

Fix (hopefully) was merged into master https://android-review.googlesource.com/c/platform/frameworks/support/+/1483597

I'll write a comment here when we publish a new artifact with it.

@prepor
Copy link
Contributor

prepor commented Nov 4, 2020

@AlexGladkov could you please check it with the latest build? (0.1.0-m1-build62)

@AlexGladkov
Copy link
Collaborator Author

@AlexGladkov thank you for the report. Could you pls confirm, that without placeholder it works as expected?

Yes, it helps!

@AlexGladkov
Copy link
Collaborator Author

AlexGladkov commented Nov 4, 2020

@AlexGladkov could you please check it with the latest build? (0.1.0-m1-build62)

Yes, it's work like a charm :) Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants