The datepicker behavior can be defined using JavaScript expressions for hiding or disabling the element. The following properties can be configured for expressions:
Hide - JavaScript expression used to hide the datepicker when it returns a truthy value
Disabled - JavaScript expression used to disable the datepicker when it returns a truthy value
It’s important to make sure that disabled fields have the same expression configured under the path expressions → hide.
The styling of a datepicker element can be customized in various ways using CSS properties like typography color, border-radius/width, or advanced CSS params. This allows you to create a datepicker that fits seamlessly with the overall design of the application you are developing.