diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2019-08-05 10:15:11 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-05 10:15:11 +0300 |
commit | 4523d31e6dffc3390366216384f9cfb72443114d (patch) | |
tree | 140ffc1c448cbc396e0d0aa809f60956adf4e090 /documentation | |
parent | a437c10c7a8e70b40248aef52ac9c4b05b6e5d1b (diff) | |
download | vaadin-framework-4523d31e6dffc3390366216384f9cfb72443114d.tar.gz vaadin-framework-4523d31e6dffc3390366216384f9cfb72443114d.zip |
Update Chrome version, snapshots and fix tests (#11684)
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/components/components-overview.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/components/components-overview.asciidoc b/documentation/components/components-overview.asciidoc index 5d0ccdbaca..f4d259306a 100644 --- a/documentation/components/components-overview.asciidoc +++ b/documentation/components/components-overview.asciidoc @@ -63,7 +63,7 @@ abstract class. ((("[classname]#AbstractListing#"))) There are three more specific types of components. -<<components-fields#components.fields,"Field Components">>. +Field Components:: allow user to edit a value in the UI. All extend [classname]#AbstractField#. Field components are described in detail in <<components-fields#components.fields,"Field Components">>. Selection Component:: show a list of data that the user can select from. All extend [classname]#AbstractListing#. Selection components are described in detail in <<components-selection#components.selection,"Selection Components">>. |