Skip to content
Discussion options

You must be logged in to vote

In the blade view, you can use it like this:

{!!  \Orchid\Screen\Fields\Input::make('email')
    ->type('email')
    ->required()
    ->tabindex(1)
    ->autofocus()
    ->placeholder(__('Enter your email'))
!!}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@itpmsoftware
Comment options

Answer selected by itpmsoftware
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants