Skip to content

Commit 04bdd1b

Browse files
committed
refactor: update select listbox component
1 parent 9e91cd3 commit 04bdd1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/primereact/src/select/list/SelectList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const SelectList = withComponent({
2323
{
2424
className: select?.cx('list'),
2525
checkmark: select?.props.checkmark,
26-
listboxInstance: select?.listbox
26+
instance: select?.listbox
2727
},
2828
select?.ptm('pcListbox'),
2929
ptmi('root')

0 commit comments

Comments
 (0)