mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #5681 - For ColorPicker, Knob, Rating
This commit is contained in:
parent
d9d2be9cca
commit
e05532c79d
9 changed files with 30 additions and 30 deletions
|
@ -47,7 +47,7 @@ const classes = {
|
|||
'p-disabled': props.disabled
|
||||
}
|
||||
],
|
||||
item: ({ instance, props, value }) => [
|
||||
option: ({ instance, props, value }) => [
|
||||
'p-rating-option',
|
||||
{
|
||||
'p-rating-option-active': value <= props.modelValue,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue