-
Goal: while i am trying to use JSON schema and build an custom array that holds strings
got irregular UI components with lost arrow symbols and delete symbol -
Steps: draged json schema comonent and enterd code at first it was working as expeted but now UI looks broken
-
Details: moving arrow's (↑ and ↓) went irregular and delete(
) ,i did not provide any UI schema even though it's working before -
Screenshots:
-
App json export: (here's how to get a json export)
Hey @Siva can you share the code you have for the component?
Anything you've entered in the JSON Schema, UI Schema, and Default Form Data fields would be a big help in figuring this out. Thanks
Shema:
{
"type": "object",
"properties": {
"answerText": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 5
}
}
} '''
UISchema: NA
DefaultValues:
{{
{
"answerText":triviaQuestionTable.selectedRow.trivia_json.answerText
}
}}
@joeBumbaca could you kindly help me out from this UI BUG as we are currently on production .
