BcInputDateTime
Description
The BcInputDateTime component is a date-time input field that supports additional functionality such as opening a dialog for user interaction.
Parameters
PlaceHolder
string?
The placeholder text displayed inside the input field.
ShowPencil
bool
Indicates whether a pencil icon should be displayed for focus setting.
ActionBefore
RenderFragment?
A render fragment to insert content before the input field.
ActionAfter
RenderFragment?
A render fragment to insert content after the input field.
InputClass
string?
Additional CSS classes to apply to the input element.
Methods
Sets focus on the input field to trigger the date-time picker.
Settings
Disabled
Set the inputs to 'disabled'
Read Only
Set the inputs to 'readonly'
Show Spin Buttons
Set the inputs to the Spin Buttons
ShowCopyToClipboard
Enables the copy text to Clipboard button'
Default
The default StylesColorFormatingState
Success
The success StylesColorFormatingState
Warning
The warning StylesColorFormatingState
Error
The error StylesColorFormatingState