YearSummerTrimesterDatePicker

This component allows you to create a customized date picker. It depends on ValidationObserver, extend and required from Vee Validate.

Example

YearSummerTrimesterDatePicker

<year-summer-trimester-date-component
  picker-type="'summer'"
  scrollable="false"
  expanded="true"
  dateFormat="trimesterSummerDateFormat"
  validationMode="validationMode"
  hideValidation="hideValidation"
  locale="locale"
></year-summer-trimester-date-component>

Props

NameDescriptionTypeRequiredDefault
pickerTypeSuported values are year, trimester and summerStringfalse"year"
yearIntervalAllows you to indicate the interval between the yearsNumberfalse10
value-Array / Number / Objectfalsenull
isRequiredAllows you to indicate if the date is requiredBooleanfalsefalse
validationModeValidation mode to ValidationProviderStringfalse"aggressive"
hideValidationAllows you to indicate if show validation or notBooleanfalsefalse
mobileModalSame as mobile-modal in Buefy b-dropdownBooleanfalsetrue
dateFormatAllows you to indicate the format of the dateStringfalse"YYYY-MM-DD"
localeLocale string {en, es ...} for display language on componentStringfalse"en"

Events

Event NameDescriptionParameters
input--