Orange-OpenSource / Orange-OpenSource/ouds-android
For `PIN Code input` component, add possibility to display full value instead of bullets
Open
@florentmaitre is already working on this.
Since Sep 17, 2026.
⚛️ component
📖 documentation
📱 demo app
🔍 triage
🧰 library
- Dominant language
- Kotlin
- Stars
- 22
- Forks
- 5
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 30
Description
Description
PIN Code Input component can be used by end users to enter an OTP code which can be used only one time.
Thus, hiding the entered elements is not a good idea for UX; it could be nice to let the end user see what he or she wrote.
The component API could be updated to let the user (i.e. developer using the component) define whether or not the value must be displayed.
Motivation & Context
Improve UX for end users when they have to write a unique OTP code
Suggested by Eliott Jouanjan and Pierre Dumont
Types of change
- Add new component
- Update existing component
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.