mod(app): remove interupt method, merged with stop
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m13s
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m13s
This commit is contained in:
@@ -724,9 +724,6 @@ pub fn TextField(Model: type, Event: type) type {
|
||||
};
|
||||
} // TextField(Model: type, Event: type)
|
||||
|
||||
// TODO features
|
||||
// - clear input (with and without retaining of capacity) through an public api
|
||||
// - make handle / content functions public
|
||||
pub fn Input(Model: type, Event: type, Queue: type) fn (meta.FieldEnum(Event)) type {
|
||||
// NOTE the struct is necessary, as otherwise I cannot point to the function I want to return
|
||||
const input_struct = struct {
|
||||
|
||||
Reference in New Issue
Block a user