Refactor #5437 - For scrollHeight

This commit is contained in:
tugcekucukoglu 2024-03-26 17:21:39 +03:00
parent cb6c2fffef
commit 0b5ac272ef
17 changed files with 41 additions and 11 deletions

View file

@ -41,6 +41,7 @@
multiple
:metaKeySelection="metaKeySelection"
:listStyle="listStyle"
:scrollHeight="scrollHeight"
:tabindex="sourceList && sourceList.length > 0 ? tabindex : -1"
:dataKey="dataKey"
:autoOptionFocus="autoOptionFocus"
@ -104,6 +105,7 @@
multiple
:metaKeySelection="metaKeySelection"
:listStyle="listStyle"
:scrollHeight="scrollHeight"
:tabindex="targetList && targetList.length > 0 ? tabindex : -1"
:dataKey="dataKey"
:autoOptionFocus="autoOptionFocus"