-
- {{item}}
-
- |
-
setCurrentValue(key)}
- onMouseleave={() => resetCurrentValue(key)}
- onClick={() => selectValue(key, item)}
- style={{
- cursor: unref(rateDisabled) ? 'auto' : 'pointer', textAlign: 'center'
- }}
- key={key}
- >
-
- {item}
-
- |
- })
- }
-