mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fix ambigious clearing behaviour on SelectButton (#4107)
This commit is contained in:
parent
0a08c56d3b
commit
b666789c8a
5 changed files with 27 additions and 2 deletions
|
@ -16,6 +16,10 @@ export default {
|
|||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
allowEmpty: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
},
|
||||
disabled: Boolean,
|
||||
dataKey: null,
|
||||
'aria-labelledby': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue