dkharrat / NexusDialog

Library that allows you to easily and quickly create forms in Android with little code
Apache License 2.0
183 stars 52 forks source link

Clear all element value. #38

Closed chiragsudani closed 7 years ago

chiragsudani commented 8 years ago

How can i clear all elements value?

dkharrat commented 8 years ago

You can go through the form elements and set their corresponding value in the FormModel to null.