Hello,
I have a DatePickerRange component working in my app, but I would like to disable manual text entry via keyboard typing, so that it would only work by selecting dates through the pop-out calendar.
In my dropdowns, this is easily accomplished by setting the searchable property to False, but I don’t see an equivalent in the DatePickerRange component.