mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
SelectButton remove old classes
This commit is contained in:
parent
5ba2a6b9d5
commit
e1e1387caf
3 changed files with 1 additions and 33 deletions
|
@ -6,15 +6,7 @@ const classes = {
|
|||
{
|
||||
'p-invalid': props.invalid
|
||||
}
|
||||
],
|
||||
button: ({ instance, option }) => [
|
||||
'p-selectbutton-button',
|
||||
{
|
||||
'p-highlight': instance.isSelected(option),
|
||||
'p-disabled': instance.isOptionDisabled(option)
|
||||
}
|
||||
],
|
||||
label: 'p-selectbutton-label'
|
||||
]
|
||||
};
|
||||
|
||||
export default BaseStyle.extend({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue