namespace AntDesign.Internal
{
public class DatePickerStatus
{
internal string _initPicker = null;
///
/// note that has picker selected value
///
internal bool _hadSelectValue = false;
///
/// note that has picker selected value. is would set to false when picker open every time.
///
internal bool _currentShowHadSelectValue = false;
}
}