-
Notifications
You must be signed in to change notification settings - Fork 57
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
199 - Order of options in form field #280
Conversation
It is worth noting that it can be potentially a breaking change if some configuration mistakenly contains two of the same options, although it is possible that this is additionally validated at the API call level and therefore will instead just throw error during apply. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution @zaalbarxx! I just have one comment.
removed debug statement
Thanks for adding that @zaalbarxx! Do you still need to complete testing on this, or is it ready to go? |
I'll test it again during the weekend and let you know. :) |
form_field
object