Has Appian developed this functionality as yet?
The use case here is i have certifications that are being uploaded, however i do not want to allow the issued date to be a future date.
There is validation on the field, however from a UX point of view this will result in the user clicking the date, seeing the error and then having to redo the work.
This error is avoidable if the calendar prevents it
Any help would be appreciated
Discussion posts and replies are publicly visible
Aside from doing something completely different, like populating specific dates into a dropdown, or implementing your own mini-calendar interface using available components (which is doable but tricky), pretty much your only option is to rely on field-level validations.