Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 576 Bytes

readme.md

File metadata and controls

28 lines (17 loc) · 576 Bytes

$mol_textarea

Input field to enter multiple line text.

Usage example

<= Description $mol_textarea
	value?val <=> description?val \
	hint <= description_hint @ \Descr
	enabled <= description_changeable true

Properties

value( next? : string ) : string

Property value is a currently displayed text.

hint() : string

To display placeholder text on our $mol_string element we should use hint property.

enabled() : boolean

Allowed text changing or not.