Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SelectProps

Select tag properties

interface

SelectProps

Hierarchy

  • SelectProps

Index

Properties

Optional className

className: undefined | string

Optional disabled

disabled: undefined | true | false

label

label: string

Optional labelClass

labelClass: undefined | string

onChange

onChange: function

Type declaration

    • (val: string): void
    • Parameters

      • val: string

      Returns void

options

selected

selected: string

Optional wrapperClass

wrapperClass: undefined | string

Generated using TypeDoc