Input
Any HTML5 input type

Text input
Input::make('Name')Any HTML5 input type
Input::make('Price')->type('number')More examples, see Input Examples
Additional methods
->type(string $type = 'text')
->autocomplete(string $autocomplete)
->prefix(string $prefix)
->suffix(string $suffix)
->required()
->placeholder(string $placeholder)
->step() ->min() ->max()
->step() ->min() ->max() 
Icons
Blade UI Kit icons
->icon(string $blade_ui_icon_path)
->icon(string $blade_ui_icon_path)->suffixIcon(string $blade_ui_icon_path)
->suffixIcon(string $blade_ui_icon_path) TallForms bundled icons
->tallIcon(string $blade_file_path)
->tallIcon(string $blade_file_path) ->suffixTallIcon(string $blade_file_path)
->suffixTallIcon(string $blade_file_path) HTML icons
->htmlIcon(string $html)
->htmlIcon(string $html)->suffixHtmlIcon(string $html)
->suffixHtmlIcon(string $html)Examples
Last updated
Was this helpful?