0.1.0 • Published 2 years ago

afm-first-component v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

##no instalar paquete de prueba

<FormGroup>
            <Label for="entry_date">
              {t("investorPromise.creditView.entryDate")}
            </Label>
            <CustomDateInput
              dateValue={formValues?.entry_date || ""}
              handleDateChange={handleDateChange}
              fieldName="entry_date"
              placeholder="Fecha de ingreso"
              submitting={tab > 0 && true}
              validation={{
                isValid: true,
                message: "",
              }}
              key="entry_date"
              showInput={showInput}
              viewMode={viewMode}
            />
          </FormGroup>