tree: b747222146de1ca12a25bf799b7f4b5cac75496b [path history] [tgz]
  1. src/
  2. BUILD.gn
  3. README.md
src/ui/input/text/text-edit-controller/README.md

text-edit-controller

This is a partial implementation of a controller (in the MVC sense) for a text field. It handles the interactions between a text field model instance and the text edit server. In the future, it will also drive the text field view (to be implemented separately).