guilherme Costa Lopes

Results 2 issues of guilherme Costa Lopes

**Please describe.** I need this component to be paginated, because when there are a lot of records, it gets a little slow. Even more so when there are several of...

enhancement

https://www.npmjs.com/package/yup#date https://github.com/jquense/yup/issues/324 Estou tentando utilizar, mas não está validando as datas inicio e fim. ``` const validaFormAnaliseQuimica = yup.object().shape({ dataFim: yup.date() .when( 'dataInicio', (dataInicio: Date, schema: any) => (dataInicio &&...