Skip to content

Latest commit

 

History

History
 
 

string

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

$mol_string

Input field to enter single line of text.

Usage example

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

Properties

value( next? : string ) : string

Property value is a currently displayed string.

hint() : string

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

enabled() : boolean

To turn off $mol_string we should use enabled property and set it to false. And if you don't want to turn off any element of $mol_string just write nothing.