+
+
+ {this.props.ratingText ? this.props.ratingText : ''}
+
+
+
+
+
+ {this.props.emojisCollection ? this.props.emojisCollection.map((ratingItem, tabIndex) => (
+
+ {this.props.enableCount ? (
+ <>
+
+
+
+
+ >) : (
+ <>
+
+
+ >
+ )
+ }
+
+ )) :
+ }
+
+
+
+ {this.props.enableComments ? (
+
+
+ {this.state.RatingComments}
+
+
+ ) : ""
+ }
+ {this.state.CustomMessage ? (
+
+ {this.state.CustomMessage}
+
+ ) : ""
+ }
+
+ {this._message}
+
+
+
+
+