Most common form control, text-based input fields. Includes support for all HTML5 types: text, password, datetime, datetime-local, date, month, time, week, number, email, url, search, tel, and color.

Make sure to use the most specific input type you can as it will leverage the browser's own input validation to ensure accuracy of user input data.

Type declaration required

Inputs will only be fully styled if their type is properly declared.