Unplanned
Last Updated: 02 Jun 2022 17:07 by Jon
Stefania
Created on: 24 Aug 2020 06:49
Category: Form
Type: Feature Request
23
Add support for Upload component as a built-in editor
Allow configuring the Upload component through the .Items configuration:
.Items(items =>
{    
    items.Add()
        .Field(f => f.Type)
        .Label(l => l.Text("Type:"))
        .Editor(e =>
        {
            e.Upload() 
        }
}

1 comment
Jon
Posted on: 02 Jun 2022 17:07
Just ran into this today. Having the Upload widget added to the Form widget would be very helpful. (Even this comment form has an Upload component, so a use case is obvious.)