Input

Input's styles

Flat
Default
Round

Typed Input

Text

Output: Hello World

Number

Output: 42

Date

Input with type date & datetime-local accept a Date as initial value and return a Date

Output: Wed Sep 11 2024 17:00:57 GMT+0000 (Coordinated Universal Time)
Output: Wed Sep 11 2024 17:00:57 GMT+0000 (Coordinated Universal Time)

Date (input) / String (output)

Input with type time & month accept a Date as initial value but return a string

Output: Wed Sep 11 2024 17:00:57 GMT+0000 (Coordinated Universal Time)
Output: Wed Sep 11 2024 17:00:57 GMT+0000 (Coordinated Universal Time)