Skip to content

Latest commit

 

History

History

string

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

$mol_string

An input field for entering single line text.

Usage example

<= Name $mol_string
	value? <=> name? \
	hint <= name_hint @ \Alice Smith
	enabled <= name_changeable true

Properties

value( next? : string ) : string

Property value is a currently displayed string.

hint() : string

Placeholder text in the absence of any value.

enabled() : boolean

Whether the input is interactive.