Skip to content
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

Multiple edittext #42

Open
vijaykd opened this issue Mar 16, 2018 · 1 comment
Open

Multiple edittext #42

vijaykd opened this issue Mar 16, 2018 · 1 comment

Comments

@vijaykd
Copy link

vijaykd commented Mar 16, 2018

Is it possible to have multiple Text field. I want to use it for adding home address?

Like address 1, address 2, Zip Code

Thanks!

@emargollo
Copy link

Sure, if you use a LovelyCustomDialog instead of a LovelyTextInputDialog you can create your own View and inflate it on the dialog.

If you need to save/process the input, just add a save button in your view and set a listener with
.setListener(R.id.ld_btn_yes, /* ... */)
during the setup.

In case you need to configure anything on the view as it's loaded, you can use
.configureView(/* ... */)
also during the setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants