Interface CommonProps<Option, IsMulti, Group> Properties cx Defined in node_modules/react-select/dist/declarations/src/types.d.ts:50 get Styles Defined in node_modules/react-select/dist/declarations/src/types.d.ts:56 has Value has Value: boolean
Defined in node_modules/react-select/dist/declarations/src/types.d.ts:58 is Multi is Multi: boolean
Defined in node_modules/react-select/dist/declarations/src/types.d.ts:59 is Rtl is Rtl: boolean
Defined in node_modules/react-select/dist/declarations/src/types.d.ts:60 options Defined in node_modules/react-select/dist/declarations/src/types.d.ts:61 select Props Defined in node_modules/react-select/dist/declarations/src/types.d.ts:63 theme Defined in node_modules/react-select/dist/declarations/src/types.d.ts:65 Methods clear Value Defined in node_modules/react-select/dist/declarations/src/types.d.ts:49 Returns void get Value Defined in node_modules/react-select/dist/declarations/src/types.d.ts:57 select Option select Option( newValue: Option ) : void Defined in node_modules/react-select/dist/declarations/src/types.d.ts:62 Parameters Returns void set Value Defined in node_modules/react-select/dist/declarations/src/types.d.ts:64 Parameters Returns void Legend Settings Theme OS Light Dark
Get the styles of a particular part of the select. Pass in the name of the property as the first argument, and the current props as the second argument. See the
styles
object for the properties available.