Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 544 Bytes

readme.md

File metadata and controls

28 lines (17 loc) · 544 Bytes

$mol_textarea

An input field for entering multiline text.

Usage example

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

Properties

value( next? : string ) : string

Property value is a currently displayed text.

hint() : string

Placeholder text in the absence of any value.

enabled() : boolean

Whether the input is interactive.