I need to limit the date input so that I can only enter a date from a certain date to the current date
registrationDate: {
title: 'Registration date',
type: 'string',
format: 'date'
}
It is necessary to limit the date entry from 01/01/2017.