Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.MD

Text area Input Component Documentation

Description

Component that renders a textarea input, for users to introduce multiline text values.

When used in the context of an entity form, this component is usually bound to a model attribute.

Attributes

Attribute Description
value The value shown in the input.
readOnly Boolean to indicate if the rendered element is read only.
rows The number of rows visible by default.

Events

Event Description
OnChange This event is triggered when the text value is changed