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.

New Booking
UseHelp ?? UseLabel

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.

Autocomplete Examples

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

Edit Contact 1

UseHelp ?? UseLabel
Current Profile Url
Käser
Wurst

Or you can use the <TagInput /> Input component directly in Custom Forms, e.g:

Custom Form
API Reference

TagInput Examples
Käser
Wurst

Which uses the UpdateContact DTO below to render the AutoEditForm and perform the API Update: