Limit date selection in datepicker

Hello
On the assumption that the datepicker is based on the PrimeNG datepicker I can see within their documentation that you can restrict certain days and dates by using disabledDates and disabledDays (https://www.primefaces.org/primeng/showcase/#/calendar) and I have tried to do this by adding an attribute to the datepicker. Although all compiles fine it seems to have no effect.
attrib
Is this possible and if so can you advise please?

Thanks

Hi @Otis,

Adding attributes will affect only the rendered HTML. Disabled dates are not supported at the moment.

This would be great feature to add.