Blazor In-place Editor Example - Date Components
Properties
Mode |
This sample demonstrates the integration of picker components with the In-place Editor component. It showcases how to seamlessly switch between display and editable states using various date and time selection components. Click on the dotted input element to activate the editable state and interact with the integrated picker component.
The In-place Editor supports integration with the following picker components:
- DatePicker - For selecting dates with a calendar interface
- TimePicker - For selecting specific times
- DateTimePicker - For selecting both date and time values
- DateRangePicker - For selecting a range of dates
Each picker component can be customized using its specific model properties to suit your application requirements. The In-place Editor provides a flexible and intuitive way to edit date and time values inline, enhancing the user experience with minimal page navigation.