Handbook
Glossary
<empty-editor> ( model -- editor )
Vocabulary
ui
.
gadgets
.
controls
Inputs
model
a
model
Outputs
editor
an editor
Word description
Creates a field with an empty initial value that switches to another signal on its update
Definition
USING:
models
models.combinators
;
IN:
ui.gadgets.controls
:
<empty-editor>
( model -- editor )
""
<model>
switch-models
<model-editor>
;