Select
is basically just a wrapper around react-select.react-select
functionality will work as expected, if not please reach out!Select
provides Kenobi theming to react-select
. The SelectField
component provides Labels etc.react-select
props go to Docs.This is a controlled example using value
and onChange
.
Please choose a flavour
This is an uncontrolled example. You will have to provide value
and onChange
to make it controlled.