mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Merge branch 'master' of https://github.com/primefaces/primevue
This commit is contained in:
commit
ef7b07d1e6
82 changed files with 472 additions and 6 deletions
|
@ -132,11 +132,11 @@ export default {
|
|||
},
|
||||
highlightOnSelect: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
default: true
|
||||
},
|
||||
showTick: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
default: false
|
||||
},
|
||||
filterMessage: {
|
||||
type: String,
|
||||
|
|
4
components/lib/dropdown/Dropdown.d.ts
vendored
4
components/lib/dropdown/Dropdown.d.ts
vendored
|
@ -436,12 +436,12 @@ export interface DropdownProps {
|
|||
focusOnHover?: boolean | undefined;
|
||||
/**
|
||||
* Whether the selected option will be add highlight class.
|
||||
* @defaultValue false
|
||||
* @defaultValue true
|
||||
*/
|
||||
highlightOnSelect?: boolean | undefined;
|
||||
/**
|
||||
* Whether the selected option will be shown with a tick.
|
||||
* @defaultValue true
|
||||
* @defaultValue false
|
||||
*/
|
||||
showTick?: boolean | undefined;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue