Affordance for focused state on filled input #55
rob-pathway
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
@rob-pathway Thank you for the detailed description. I suggest to keep it simple. No need to add a separate prop for styling last cell just for focus. Let's just apply focus styles (focusColor/focusedPinCodeContainerStyle) on the last cell without showing the stick (caret). wdyt? |
Beta Was this translation helpful? Give feedback.
3 replies
-
@anday013 Sorry, just getting to this. Do you have a recommended basic dev setup that embeds the repo inside a bare react-native/expo project? For testing the UI. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@anday013 Original issue: #53
If we agree on the job/spec, I can submit a PR.
Job to be done: When I edit a filled OTP input, I want a signal that it's focused, so I know I can start editing
Spec:
lastPinCodeFilledContainerStyle
andlastPinCodeFilledTextStyle
to style the input. This adds flexibility at the expense of complexity or redundancy.Beta Was this translation helpful? Give feedback.
All reactions