mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #5096 - autoOptionFocus default type is changed as false
This commit is contained in:
parent
594eef2ca1
commit
1a048a0fd1
15 changed files with 15 additions and 15 deletions
|
@ -45,7 +45,7 @@ export default {
|
|||
},
|
||||
autoOptionFocus: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
default: false
|
||||
},
|
||||
selectOnFocus: {
|
||||
type: Boolean,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue