Commit Graph

8 Commits

Author SHA1 Message Date
Christian Muehlhaeuser 0957c58e05
Make type documentation godoc-compliant 2020-05-25 14:02:46 +02:00
Christian Rocha bdf6f07c75
Resetting a text input also resets the cursor blink state 2020-05-21 22:31:07 -04:00
Christian Rocha 6ceafa032c
Text input value getter/setter + cursor movement methods 2020-05-20 16:12:14 -04:00
Christian Rocha 826420a00e
Add method to text input model to reset the state 2020-05-20 15:03:29 -04:00
Christian Rocha 3868858947
Support bounded width in text input 2020-05-20 15:03:21 -04:00
Christian Rocha 9fc0d0ea82
Support background colors in textinput 2020-05-19 14:58:50 -04:00
Christian Rocha ade8203c21
Remove entire subscription model
It was a valiant effort, and the implementation was solid and
dependable, but at the end of the day we can achieve the same
functionality in a much simpler fashion with commands, especially
because Go is not held to the same restrictions as Elm.
2020-05-12 18:00:50 -04:00
Christian Rocha 82ddbb8e12
Move components over and update examples 2020-05-12 17:06:00 -04:00