Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
[Forms] Add empty_data to the form HiddenType#13458
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[Forms] Add empty_data to the form HiddenType#13458
Uh oh!
There was an error while loading.Please reload this page.
Conversation
javiereguiluz commentedApr 1, 2020
Thank you Oleksandr. |
xabbuh commentedApr 1, 2020
Please note that I agree with this change, but that blindly using the |
osavchenko commentedApr 1, 2020
@xabbuh I have a question about other options. Could you please advise me? We haveHiddenType which is inherited fromFormType and of course, some options are missed here, but I have checked TextType which is also inherited from FormType and onTextType we can find missed inherited options too. So, should we document all inherited options even if it looks useless like a label for the hidden type or we should use some rules for documenting options? |
HeahDude commentedApr 2, 2020
osavchenko commentedApr 2, 2020
@HeahDude Your notice was about |
Fixes#13401.