Type "number" for enum not working

Trying to create enum with number values but the below code is not working as expected,

"type": "object",
  "properties": {
    "id": {
      "type": "number",
      "title": "test",
      "enum": [100, 1000]
    }
  }

are there any JSON form editor examples online, where we can test our code ?
Can somebody please help here. Thank you.

Hi @raveena,

Are you by chance running into this bug? Vanilla react renderer: integer enum radio group values are converted to string · Issue #2045 · eclipsesource/jsonforms · GitHub