Skip to content

Latest commit

 

History

History
93 lines (51 loc) · 2.73 KB

File metadata and controls

93 lines (51 loc) · 2.73 KB

andculturecode-javascript-react-components › InputProperties

Interface: InputProperties

Hierarchy

Index

Properties

Properties

Optional ariaLabelledBy

• ariaLabelledBy? : undefined | string

Defined in src/atoms/interfaces/input-properties.ts:4


Optional disabled

• disabled? : undefined | false | true

Defined in src/atoms/interfaces/input-properties.ts:5


Optional isValid

• isValid? : undefined | false | true

Defined in src/atoms/interfaces/input-properties.ts:6


onChange

• onChange: function

Defined in src/atoms/interfaces/input-properties.ts:7

Type declaration:

▸ (e: ChangeEvent‹HTMLInputElement›): void

Parameters:

Name Type
e ChangeEvent‹HTMLInputElement›

Optional placeholder

• placeholder? : undefined | string

Defined in src/atoms/interfaces/input-properties.ts:8


Optional type

• type? : InputTypes

Defined in src/atoms/interfaces/input-properties.ts:9


Optional value

• value? : undefined | string

Defined in src/atoms/interfaces/input-properties.ts:10