# Float

The float fieldtype is a text-style input that only accepts floats (numbers) and has increment and decrement controls.

## Overview

The float fieldtype is essentially an HTML5 input with `type="number"`. Very similar to the [Integer fieldtype](/fieldtypes/integer.md), but it allows decimal numbers.

## Data Storage

Stores a float – a decimal number.
