Skip to content
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

Nesting issue dictionary with an Int and other dictionaries #51

Closed
erkekin opened this issue Jun 9, 2022 · 0 comments · Fixed by #251
Closed

Nesting issue dictionary with an Int and other dictionaries #51

erkekin opened this issue Jun 9, 2022 · 0 comments · Fixed by #251
Labels
bug Something isn't working 🙋🏻‍♂️help wanted Extra attention is needed

Comments

@erkekin
Copy link

erkekin commented Jun 9, 2022

Screenshot 2022-06-09 at 11 10 18 am

I expect 3 arrows from limit (value, maximum and minimum), not like in the above (value has two children)

 "limit": {
      "maximum": {
        "errorMessage": "Enter an amount within your %@ credit limit",
        "value": 2000
      },
      "minimum": {
        "errorMessage": "Enter an amount of %@ or higher",
        "value": 200
      },
      "value": 1000
    }
@AykutSarac AykutSarac added the bug Something isn't working label Jun 9, 2022
@AykutSarac AykutSarac added the 🙋🏻‍♂️help wanted Extra attention is needed label Jul 31, 2022
@AykutSarac AykutSarac pinned this issue Jul 31, 2022
@AykutSarac AykutSarac unpinned this issue Oct 30, 2022
@AykutSarac AykutSarac linked a pull request Oct 31, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 🙋🏻‍♂️help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants