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

text-edit-model

A low-level implementation of a text field‘s model that stores the field’s underlying data and implements business rules.

This is intended as an example to illustrate the non-UI logic of a text field widget.