Docs

Integer Field

Integer Field is used to allow only integers to be entered.
<HorizontalLayout theme="spacing">
  <IntegerField label="X" value="-1284" />
  <IntegerField label="Y" value="3910" />
</HorizontalLayout>

Common Input Field Features

Integer Field includes all Text Field and shared input field features.

Important
You can find more information in the corresponding article on vaadin.com.