mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #5616
This commit is contained in:
parent
e747e01e3d
commit
e7ec2ad79a
4 changed files with 7 additions and 11 deletions
|
@ -74,8 +74,8 @@ const KnobProps = [
|
|||
{
|
||||
name: 'valueTemplate',
|
||||
type: 'function | string',
|
||||
default: 'val => val',
|
||||
description: 'Controls how the knob is labeled.'
|
||||
default: '{value}',
|
||||
description: 'Template of the value.'
|
||||
},
|
||||
{
|
||||
name: 'tabindex',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue