Closed
Description
Hi,
if we copy paste the samples produced in this page, we will generate an instance of ButtonType
instead of ResetType
.
2 possibles solutions:
- duplicate the templates included (few gains, few pains ?)
- Maybe add a note like this: "Note theses examples come from
ButtonType
documentation, and you have to useResetType::class
instead in order to generate a reset button"
What do you think ?
Mickaël