You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to implement the rating widget in my form, I've created it using the formbuilder but when I implement the json in my website the rating doesn't render as it should. the html code looks very different from how it looks in the builder. This problem doesn't occur with other widgets.(or at least, I haven't noticed)
my json:
{
"type": "rating",
"name": "satisfaction",
"title": "How satisfied are you with the Product?"
}
I'm working with:
react 17.0.1 with typescript
surveyjs 3.0.0
survey-react 1.8.16
surveyjs-widgets 1.8.17
(left -> my website, right -> serveyjs.io/create-survey)
The text was updated successfully, but these errors were encountered:
dear,
I want to implement the rating widget in my form, I've created it using the formbuilder but when I implement the json in my website the rating doesn't render as it should. the html code looks very different from how it looks in the builder. This problem doesn't occur with other widgets.(or at least, I haven't noticed)
my json:
{
"type": "rating",
"name": "satisfaction",
"title": "How satisfied are you with the Product?"
}
I'm working with:
react 17.0.1 with typescript
surveyjs 3.0.0
survey-react 1.8.16
surveyjs-widgets 1.8.17
(left -> my website, right -> serveyjs.io/create-survey)
The text was updated successfully, but these errors were encountered: