-
## 🔎 어떤 기능인가요?
- 회원 가입 화면
## 📋 작업 목록
- [ ] 아이디 입력 editText
- [ ] 비밀번호 입력 editText
- [ ] 비밀번호 재입력 editText
- [ ] 가입 button
- [ ] 취소 button
-
## 🔎 어떤 기능인가요?
- 아이디 찾기 탭 > 이름+e-mail로 아이디 찾기 기능
- 비밀번호 찾기 탭 > 아이디 + e-mail 입력 >> 임시 비밀번호 생성 후 전송
- fragment 활용
## 📋 작업 목록
- [ ] 이름 editText
- [ ] e-mail editText
- [ ] 인증 메일 전송 button
- [ ] 인증…
-
Mega issue for now because I don't know which are the same cause or not.
I've copied over the `edittext` avm1 tests to the visual-test repo, and these are the results:
| Name | Expected | Actual…
-
Hey,
since version 5.0.0 the two methods `editText` and `editFile` have been removed as part of the removal of TermUi. As my app depends on it, I was wondering if there is an replacement for those t…
-
As shown in the video, I can't submit my configuration information to the input box after entering it, what should I do?
https://github.com/user-attachments/assets/6b74dc7e-56c1-4737-a11d-d3e68f6a7…
-
## Description
After editing an edittext with wrong data I try to go back to the edittext and remove its content before inputting a new content.
### Problem
When selecting the edittext, the c…
-
```cpp
…
-
**Summary:**
The otp edittext at mobile verification activity is not good as an UI component. A single character at single blank type of edittext would be good.
**Steps to reproduce:**
Go to …
-
### Android framework version
net8.0-android, net9.0-android
### Affected platform version
.NET 8.0
### Description
Context: https://discord.com/channels/732297728826277939/732297837953…
-
当我先输入一个短的文本, 然后重置输入内容:
//重置内容
viewBinding.fillBlankTextView.editText.setText("")
viewBinding.fillBlankTextView.text = "I have a ${get_(correctWord)}."
private fun get_(english: String): String…