Handbook
Glossary
<empty-field> ( model -- field )
Vocabulary
ui
.
gadgets
.
controls
Inputs
model
a
model
Outputs
field
a
model-field
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-field>
( model -- field )
""
<model>
switch-models
<model-field>
;