Hi,
Is there any way to wrap the text for a long title?
Below is my code and the result.
data: =@ctx.datasources.answers
item:
type: component.list-item
options:
title: =@ctx.current.item.title
subtitle: =@ctx.current.item.value
isContained: true
style:
isPositive: =@ctx.current.item.value = "Yes"
isError: =@ctx.current.item.value = "No"
isWarning: =@ctx.current.item.value = "N/A"
Thanks,
Adam