Skip to content

Fix support for getters returning Optional in play forms

Raphael Mäder requested to merge forms-unwrap-optionals into master

Created by: ssokolenko

This PR adds support for getter methods returning Optional to SmartForm and play's default Form as well.

Merge request reports