Add a 'onKeyPress|onKeyDown|onKeyUp' attribute to this <div> tag

Hi Team,

I am getting below error from Sonar Lint
Add a ‘onKeyPress|onKeyDown|onKeyUp’ attribute to this

tag.

below is the Code-

 <div class="star-rating slds-m-top_medium">
                <div class="star" data-value="1" onclick={handleRatingClick}>☆</div>
                <div class="star" data-value="2" onclick={handleRatingClick}>☆</div>
                <div class="star" data-value="3" onclick={handleRatingClick}>☆</div>
                <div class="star" data-value="4" onclick={handleRatingClick}>☆</div>
                <div class="star" data-value="5" onclick={handleRatingClick}>☆</div>
            </div>

Can you please provide solution for this.

Hi,

I don’t understand the question. Isn’t the fix to add the attributes suggested by the rule?

 
Ann