meircarlos

Results 2 issues of meircarlos

Let's say I have the following schema: ``` const schema = Joi.object().keys({ withDefault: Joi.string().default(3), array: Joi.array().items(1,2), }); ``` I wonder if it's possible to delete the default value from the...

support

Currently I'm using the `paginationTotalRendered` and `pageListRenderer`. I also want to use the `sizePerPageRenderer`, but I want it to be displayed to the right of the pagination total, not to...