Good afternoon,
The Angular product documentation for the jqxDropDownList notes a “scrollBarSize” property. However, when I attempt to use it, I receive the following error:
Compiled with problems:X
ERROR
src/app/_workSpaces/physician-maint/tabs/phys-restrictions/phys-restrictions.component.html:40:26 - error NG8002: Can't bind to 'scrollBarSize' since it isn't a known property of 'jqxDropDownList'.
40 [scrollBarSize]="10"
~~~~~~~~~~~~~~~~~~~~
Looking at the angular_jqxdropdownlist.d.ts file in the node_modules\jqwidgets-ng\jqxdropdownlist directory (exported angular properties for the control), I see that the property is indeed missing.
Could you please log a bug/issue for this and let me know when a patch is forthcoming to correct the issue?
Thank you!
Chuck