Bookings Form
API Reference
The TextInput
, SelectInput
, DateTimeInput
and TextAreaInput
contains the most popular
Input controls used by C# POCOs which can be bound directly to Request DTOs and includes support for
declarative
and
Fluent Validation
binding.
Autocomplete
API Reference
The Autocomplete
component provides a user friendly Input for being able to search and quickly select items
with support for partial items view and infinite scrolling.
TagInput
API Reference
The TagInput
component provides a user friendly control for managing a free-form List<string>
tags or symbols
which is also supported in declarative Auto Forms using the [Input(Type="tag")]
attribute:
Auto Form
API Reference
Or you can use the <TagInput />
Input component directly in Custom Forms, e.g:
Custom Form
API Reference
Which uses the UpdateContact
DTO below to render the AutoEditForm and perform the API Update: