hideIfNoPrevNext attribute not behaving as documented in datepicker
The description from the api declares that if you set this to true the Next Prev links will be disable
The code is useing a nested teranary statement that sets the prev / next links if this._canAdjustMonth evaluates to true otherwise set prev to an empty string if hideIfNoPrevNext is true.
The documentation appears correct if interpret it to mean you intend to hide links that are out of range but still show them. But I interpreted "You can hide them altogether by setting this attribute to true." to mean don't show
the Prev / Next Links period.
Is there a correct method to hide the links period?