Customize precision
20 Feb 20171 minute to read
The data-ej-precision attribute is used to specify how the Rating control can accept its value. The possible values are,
- Full Precision-accepts rounded value based on the selection.
- Exact Precision-accepts exact selected value.
- Half Precision-accepts exact half/rounded value based on the selection (0.5, 1, 1.5, 2, etc.).
<div id="rating_sample" data-role="ejmrating" data-ej-precision="exact">
</div>
The following screenshot displays the output.