-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Docs for ResetType button are unclear #6864
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
Comments
This issue is there for most code examples in the Type documentation. |
@snoek09 I'm not in favor of more work for Docs team, this is why I suggest - also - to add a notice :) |
Nice catch @mickaelandrieu! Of course the first option is better, but more work. So, let's do the 2nd option. Btw, internally, we've been talking about adding more intelligence to our build process, so that we could - in theory - include templates, but pass them variables. |
The |
Thank you @xabbuh |
Hi,
if we copy paste the samples produced in this page, we will generate an instance of
ButtonType
instead ofResetType
.2 possibles solutions:
ButtonType
documentation, and you have to useResetType::class
instead in order to generate a reset button"What do you think ?
Mickaël
The text was updated successfully, but these errors were encountered: