Gets or sets a value indicating whether the control will try to parse an incomplete time value. E.g. if the input is '6 p' to parse the value as 6:00:00 PM.
Namespace: MindFusion.UI.WebAssembly: MindFusion.UI.Web
public bool AutoComplete { get; set; }
Public Property AutoComplete As Boolean
Type: Booleantrue if incomplete values are parsed, otherwise false. Default value is false.
TimePicker MembersTimePicker ClassMindFusion.UI.Web Namespace