We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use property fetch instead of array access and object shape for Form
CustomForm&object{field1: TextControl, field2: Checkbox}
This way we don’t need to create custom form classes which extends original form class.
The text was updated successfully, but these errors were encountered:
Allow final classes for custom forms
977104d
Resolves #407
Successfully merging a pull request may close this issue.
Use property fetch instead of array access and object shape for Form
This way we don’t need to create custom form classes which extends original form class.
The text was updated successfully, but these errors were encountered: