react-native-misc

React Native library

This project is maintained by iliubinskii

React Native libraryDocs


React Native library / components/common-components/Select / Props

Interface: Props<T>

Internal

Extends

Type Parameters

T extends NumStr

Properties

PlaceholderIcon?

readonly optional PlaceholderIcon: Icon


backgroundColor?

readonly optional backgroundColor: stringU


caption?

readonly optional caption: stringU


foregroundColor?

readonly optional foregroundColor: stringU


maxItems?

readonly optional maxItems: numberU


onChange()?

readonly optional onChange: (value?) => void

Selects or resets value.

Parameters

value?: T

Value.

Returns

void


onReset()?

readonly optional onReset: () => void

Resets value.

Returns

void


onSelect()?

readonly optional onSelect: (value) => void

Selects value.

Parameters

value: T

Value.

Returns

void


options

readonly options: SelectOptions<T>


placeholder?

readonly optional placeholder: stringU


resettable?

readonly optional resettable: booleanU


rowStyle?

readonly optional rowStyle: StyleProp<ViewStyle>


style?

readonly optional style: StyleProp<ViewStyle>

Inherited from

ViewStyle.style


value?

readonly optional value: T