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

enum with types other than string does not work #73

Open
davewwww opened this issue Jan 21, 2024 · 1 comment
Open

enum with types other than string does not work #73

davewwww opened this issue Jan 21, 2024 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@davewwww
Copy link
Contributor

    "numbers": {
      "type": "number",
      "enum": [
        32,
        12,
        1
      ]
    }

image

SelectRenderer convert all values to string

@davewwww davewwww added the bug Something isn't working label Jan 21, 2024
@davewwww davewwww changed the title enum with other types then string not working enum with types other than string does not work Jan 27, 2024
@davewwww davewwww added the enhancement New feature or request label Jan 27, 2024
@davewwww
Copy link
Contributor Author

davewwww commented Feb 1, 2024

SelectTool also requires this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant