mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #3762 - Tristatecheckbox default case added
This commit is contained in:
parent
2e3053520b
commit
eb3aae9557
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ export default {
|
|||
newValue = null;
|
||||
break;
|
||||
|
||||
case null:
|
||||
default:
|
||||
newValue = true;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue