Skip to content

Conversation

eitoball
Copy link

What problem is this solving?

I have integer-type property with enum in JSON schema like following.

"sample": {
  "enum": [
    1,
    2
  ],
  "type": "integer",
  "description": "Sample",
  "format": "int32"
} 

I would like to create radio fields with values in enum attributes.

Checklist/Reminders

  • Updated README.md. (Do I need to update?)
  • Updated CHANGELOG.md.
  • Linked this PR to a Clubhouse story (if applicable).
  • Updated/created tests (important for bug fixes).
  • Deleted the workspace after merging this PR (if applicable).

Example usage

Type of changes

✔️ Type of Change
_ Bug fix
✔️ New feature
_ Breaking change
_ Technical improvements

@eitoball eitoball force-pushed the list-values-in-enum-attribute branch from 8b43d56 to bf920e4 Compare November 11, 2021 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant