Skip to content

Commit

Permalink
Add onChange in textArea (#33)
Browse files Browse the repository at this point in the history
Signed-off-by: Rokibul Hasan <[email protected]>
  • Loading branch information
RokibulHasan7 authored Dec 9, 2024
1 parent b405275 commit 029ec06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ type TextareaElement struct {
Schema SchemaRef `json:"schema"`
Required bool `json:"required,omitempty"`
Label *Label `json:"label,omitempty"`
OnChange string `json:"onChange,omitempty"`
}

/*
Expand Down

0 comments on commit 029ec06

Please sign in to comment.