aboutsummaryrefslogtreecommitdiff
path: root/go/ui/textInput.go
Commit message (Collapse)AuthorAgeFilesLines
* overhaul uiFlorian Fischer2025-05-011-0/+67
| | | | | | | | | | | * implement events instead of interfaces Interfaces and the wrappers head the problem that they could not support multiple events at once or only a single one without loosing the others. * add text input support for WASM on mobile A hidden html input is required to open the keyboard and receive the input. * improve the number choice * fix using the default number * add submit button only if a onclick method was provided
* add sealed activity to select a starting deckFlorian Fischer2025-01-271-1/+0
|
* add text input and properly center textFlorian Fischer2025-01-271-0/+1