Coming from Orbiter, you should be aware of the following changes:
Item
has been renamed toSelectItem
.- The selected value only includes text. If an icon or avatar is needed, customize it using the
renderValue
function. - There is no
allowFlip
. UseshouldFlip
. - There is no
allowPreventOverflow
. This is done automatically. - There is no
allowResponsiveMenuWidth
. UseisAutoMenuWidth
. disabled
has been renamed toisDisabled
.fluid
has been renamed toisFluid
.open
has been renamed toisOpen
..required
has been renamed toisRequired
.- A select cannot be read-only.
overlayProps
has been removed. UsepopoverProps
instead.- Use
isInvalid
instead ofvalidationState
. variant
has been removed.zIndex
has been removed.- Custom tooltips are not supported.