You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
* Determines the height of the menu based on SLDS CSS classes. This only applies to the readonly variant. This is a `number`.
*/
readOnlyMenuItemVisibleLength: PropTypes.oneOf([5, 7, 10]),
We should deprecated this property and make it menuItemVisibleLength and allow it to apply to autocomplete Comboboxes also.