More TODOs.
This commit is contained in:
parent
5ec0082e6a
commit
cc74f44d58
|
@ -43,6 +43,7 @@ func NewCheckbox(text string) Checkbox {
|
||||||
}
|
}
|
||||||
|
|
||||||
// TextField is a Control in which the user can enter a single line of text.
|
// TextField is a Control in which the user can enter a single line of text.
|
||||||
|
// TODO rename private implementations from textField to textfield
|
||||||
type TextField interface {
|
type TextField interface {
|
||||||
Control
|
Control
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue