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
List[A] is supported with implicit def listForm[A](implicit form: Form[A]): Form[List[A]] = Form.Many(form), though you will get a Count field which in turn displays the requested count of input fields, instead of showing +/- buttons.
This is a feature request.
Some forms have options to add/subtract List of items. For example:- List[Pet]
The implementation will be whenever List[A] is encountered:
n
for nth display of list itemnth
context and error reporting.I am very much inclined to develop it, if this request makes sense to you.
Thanks
The text was updated successfully, but these errors were encountered: