Skip to content

Commit

Permalink
fix: Textarea add disabled Attr
Browse files Browse the repository at this point in the history
  • Loading branch information
马士振 committed Jun 20, 2019
1 parent 65f0bc7 commit 0e154eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,10 @@ declare module "native-base" {
*/
interface Textarea extends ReactNative.TextInputProps, Testable {
rowSpan: number;
/**
* Disables inputting data.
*/
disabled?: boolean;
}

interface Label extends Testable {
Expand Down

0 comments on commit 0e154eb

Please sign in to comment.