placeholder | | A placeholder to show when no input is given. | Yes |
type | | The type of the input. | No |
title | | The title to show next to the input. | No |
error | | An optional error to show at the input. | No |
maxLength | | The maximum length of the input. | No |
size | | Set the size of the input. | No |
color | | Set the color of the input. | No |
bordered | | Add a border around the input. | No |
ghost | | Style the input as a ghost. | No |
disabled | | Disable the input. | No |
required | | Style the input to be required. | No |
autofocus | | Automatically focus the input on load. | No |
autocomplete | | Enable autocomplete for the input. | No |