For better UI/UX stars should be as init selected after of mouse out (leave).
Assume stars are init of 2 of 5. when users hovered on the other stars then seems selected (this is ok). But when mouse out entirly of block of stars (and without click in one of the stars). it should be selected as before of hovering. But this not happen
Its not problem with state managment, even if I set the init by new state (useState) the stars remains selected of the last hover (except if unmount and mount entire component).
I think this is a bug or a UI/UX gap. How to solve this ? or waiting for a new verion ?
For better UI/UX stars should be as init selected after of mouse out (leave).
Assume stars are init of 2 of 5. when users hovered on the other stars then seems selected (this is ok). But when mouse out entirly of block of stars (and without click in one of the stars). it should be selected as before of hovering. But this not happen
Its not problem with state managment, even if I set the init by new state (useState) the stars remains selected of the last hover (except if unmount and mount entire component).
I think this is a bug or a UI/UX gap. How to solve this ? or waiting for a new verion ?