We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825860f commit 0acd360Copy full SHA for 0acd360
src/jquery-bar-rating.js
@@ -16,7 +16,6 @@ function init(Survey, $) {
16
Survey.JsonObject.metaData.addClass(
17
"barrating",
18
[
19
- { name: "showValues:boolean", default: false },
20
{ name: "hasOther", visible: false },
21
{ name: "otherText", visible: false },
22
{ name: "optionsCaption", visible: false },
@@ -27,6 +26,10 @@ function init(Survey, $) {
27
26
null,
28
"dropdown"
29
);
+ Survey.JsonObject.metaData.addProperty("barrating", {
30
+ name: "showValues:boolean",
31
+ default: false
32
+ });
33
Survey.JsonObject.metaData.addProperty("barrating", {
34
name: "ratingTheme",
35
default: "fontawesome-stars",
0 commit comments