diff options
author | Ilia Motornyi <elmot@vaadin.com> | 2018-05-04 14:16:33 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-04 14:16:33 +0300 |
commit | 8cd186132e93ce7684cf44152a3a1b798f5d29f0 (patch) | |
tree | 39ac5bc617b1e3465783d3a0f94129dc279bc9bc /documentation/articles/CreatingATextFieldForIntegerOnlyInputWhenNotUsingADataSource.asciidoc | |
parent | f7279f7330a3673e88e97552bb623fc21c2971e9 (diff) | |
download | vaadin-framework-8cd186132e93ce7684cf44152a3a1b798f5d29f0.tar.gz vaadin-framework-8cd186132e93ce7684cf44152a3a1b798f5d29f0.zip |
Documentattion: Fix asciidocs headings H1 (#10883)
Diffstat (limited to 'documentation/articles/CreatingATextFieldForIntegerOnlyInputWhenNotUsingADataSource.asciidoc')
-rw-r--r-- | documentation/articles/CreatingATextFieldForIntegerOnlyInputWhenNotUsingADataSource.asciidoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/articles/CreatingATextFieldForIntegerOnlyInputWhenNotUsingADataSource.asciidoc b/documentation/articles/CreatingATextFieldForIntegerOnlyInputWhenNotUsingADataSource.asciidoc index a0de80cc09..6082545f21 100644 --- a/documentation/articles/CreatingATextFieldForIntegerOnlyInputWhenNotUsingADataSource.asciidoc +++ b/documentation/articles/CreatingATextFieldForIntegerOnlyInputWhenNotUsingADataSource.asciidoc @@ -5,8 +5,7 @@ layout: page --- [[creating-a-textfield-for-integer-only-input-when-not-using-a-data-source]] -Creating a TextField for integer only input when not using a data source ------------------------------------------------------------------------- += Creating a TextField for integer only input when not using a data source A `TextField` is a component that always has a value of type `String`. By adding a converter to a field, the field will automatically validate |