We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
slider
doubleSlider
options
optionDelimeter
null
{ "id": 1, "title": "설문지ver1", "description": "설문지 설명", "questions": [ { "id": 1, "title": "질문 제목", "type": "DoubleSlider", "optionDelimiter": "시", "options": [ { "label": "min", "value": "4" }, { "label": "max", "value": "12" } ] }, { "id": 2, "title": "잠귀", "type": "slider", "optionDelimiter": null, "options": [ { "label": "어두움", "value": "1" }, { "label": "밝음", "value": "5" } ] } ] }
The text was updated successfully, but these errors were encountered:
toothlessdev
No branches or pull requests
✨ 기능 설명
slider
와doubleSlider
의options
필드에 존재했던 단위를optionDelimeter
로 분리되었습니다.optionDelimeter
가 존재하지 않는 경우는null
값을 넘겨줍니다.The text was updated successfully, but these errors were encountered: