ohteepee
ohteepee copied to clipboard
A Simple, Customizable, Easy-to-use OTP/Pin Jetpack Compose Library
When i try to use Ohteepee i got error: **ActiveParent must have a focusedChild** Here is stacktrace: [https://pastebin.com/raw/89AgAqkJ](https://pastebin.com/raw/89AgAqkJ) This crash is showed when i click on numpad keyboard 
Is this library designed to be used with Kotlin 1.9.0? I get the following error when I add ohteepee dependency and compile my project. ``` ~/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.9.0/cd65c21cfd1eec4d44ef09f9f52b6d9f8a720636/kotlin-stdlib-common-1.9.0.jar!/META-INF/kotlin-stdlib-common.kotlin_module: Module was compiled with...
The library exhibits a delay in character rendering during rapid typing, occasionally resulting in skipped characters. This behavior impacts user experience, particularly during fast-paced input sessions.
Thanks for this library. I would like to know if you plan to add support for Kotlin Multiplatform
Hi, I'm dealing with an issue where, when I switch focus from one tile to another, my view jumps. This is probably related to the fact that the keyboard raises...
Hello and thank you for your fascinating library. Below, I would like to address some of the bugs I noticed within the library. For the first time, the keyboard opens...
[feat] Add "checkValidOnLastCellInput" option to only check the valid input on the last cell input
resolves #32 ## What happened 👀 - Add "checkValidOnLastCellInput" option to only check the valid input on the last cell input. ## Proof Of Work 📹 https://github.com/user-attachments/assets/73fa6cef-1838-4da0-ad45-3a6853e40c7b
Following https://github.com/composeuisuite/ohteepee/issues/8, I agree it's a feature that allows the user to edit the wrong input ✅ https://github.com/user-attachments/assets/ce295b52-ef2a-43c6-a292-0430baba29c0 However, I don't think we should allow this behavior on "empty" cells....
Following #30, we would like to have an event/signal to know when the user reaches the last cell -> to trigger the OTP validation process automatically. `isValid` from `onValueChange` might...
- Add callbacks for each imeAction - add keyboardController Partyally resolved [ISSUE-43](https://github.com/composeuisuite/ohteepee/issues/43)