tree: 716b92484d1229595731d01cc12d23c9d8576654
  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).