-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[WIP] feat: add support for affix and icon in textinput #1651
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
Conversation
Hey @Trancever, thank you for your pull request 🤗. The documentation from this branch can be viewed here. |
The mobile version of example app from this branch is ready! You can see it here |
The web version of example app from this branch is ready! Built with commit 61169cb https://deploy-preview-1651--happy-heyrovsky-1ce28c.netlify.com |
Dawid, if that's what I think it is... Kudos! |
What more needs to get added? |
@satya164 This feature is required to add a view password icon in textinput |
Hi, how long before this gets merged? or is there something else that needs to be done that we could work on? |
I think after @matkoson refactor it looks pretty solid and close to be merged. I have tested example app with:
It has little issue with Didn't spot any serious functionality issue during test. Some small adjustments that we discussed can be iterate separate later. I have also check if docs builds and spot some issue (see here). However after solve that I think we can merge it @Trancever edited:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have also left some comments to go through
Are there any updates for this PR? Can we do need anything to make it available to merge into the next release? I can help it. |
@ild-nucleusstudio thanks. I did an update and I'm pretty sure it is in shape to be merged. @Trancever would you mind to take final look ? Please check below GIFs as well because I have fix the Icons on Android (issue mentioned here) iOSAndroidWeb |
Hooray! Good job guys |
* refactor: cleanup adornment code
8e3f8c5
to
2f742e3
Compare
@Trancever I have fixed commits history after rebase to 4.0 |
Hooray 🚀 🎉 |
Wow, was just looking for this, thanks ya'll! |
nice! |
@Trancever, do you have ETA for alpha release including this feature? |
Hi. thanks for your update. |
I'd love to be able to use this now, what version has this been released to? |
@aprilmintacpineda It's released to v4.0 |
Yeah, I think v4 is not yet out? |
There's an alpha out on npm |
any solution ? |
@samaneh-kamalian Please open an issue. Here, it's a conversation about a PR, an already merged one. |
As much as I hate locked threads, I think locking this one would be good |
Where can I see the props for this to work? I have the alpha installed |
so the only way to test this out is on the alpha version of react native paper? |
Is there an ETA on this? For now will start using the alpha but just curious. This seems very useful |
Nice, just looking for this, thanks! But I can't seem to find the documentation for this particular feature on react-native paper docs, can anyone point me to the link? |
@AnayoOleru something about this feature is mentioned here: https://github.com/callstack/react-native-paper/wiki/Migration-guide-for-4.0 |
Thank you @theUNnicked I've been able to sort it out using the Examples. But I'll suggest the web doc be updated with these examples. I was looking at opening a PR to update the docs, but I can't find the codebase for the web docs. I'll appreciate if you can point me to it. |
This is still Work in Progress.