mod(app): remove interupt method, merged with stop
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m13s

This commit is contained in:
2026-02-13 13:27:58 +01:00
parent 0bb91cab0d
commit b39d4326be
4 changed files with 18 additions and 29 deletions
-3
View File
@@ -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 {