-
Notifications
You must be signed in to change notification settings - Fork 9
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
FormFieldExtension bug prevents chaining of methods #8
Comments
Same here.
throws an error:
Not chaining works:
Is there any reason that By the way: thanks for that great module! |
@wernerkrauss it's because |
@colintucker, when you have the time could you please have a look at this issue. Thanks! |
@colintucker, just following up on this issue. Thanks! |
@colintucker, there's a bug on the setter methods in
FormFieldExtension
where instead of returning theowner
class, it's instead returning the extension class thereby returning an error if it's chained with other methods.The issue won't occur if the setter is the last method in the chain or an instance is created. It's a simple fix and I can create a PR once you agreed. Cheers.
The text was updated successfully, but these errors were encountered: