AEM sightly Binding Issue.!
Hi @1905403,
I am facing slightly AEM binding issue, I have some value for rating which is coming from somewhere that value I need to bind in below this html and the value will be example : 2.5 this value I need to bind in the html can anyone help me please.
And the Html is like this --->
<div class="rating" id="ratings">
<input type="radio" name="rating" value="5" id="5">
<label for="5">★</label>
<input type="radio" name="rating" value="4" id="4">
<label for="4">★</label>
<input type="radio" name="rating" value="3" id="3">
<label for="3">★</label>
<input type="radio" name="rating" value="2" id="2">
<label for="2">★</label>
<input type="radio" name="rating" value="1" id="1">
<label for="1">★</label>
</div>
if i can bind means i would to get visible the CSS.
Here ★ is some CSS configuration value.