Replies: 1 comment
-
Also, is there anything I can do to get around this limitation for now? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was recently working with the
resetField
method.I noticed that you are not able to define custom values to reset that field to; you can only reset it to the initially defined default value.
Then, I wanted to check if the more general
reset
method was able to do this, and I noticed that it can and it was something that was added relatively recently in this PR: #791.I just wanted to discuss if there was any reason this functionality was not extended to the
resetField
method?Beta Was this translation helpful? Give feedback.
All reactions