You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!
The text was updated successfully, but these errors were encountered: