Hi All,
We have a date field component in an interface and its taking more number of characters which is not needed. Refer below screenshot.
We need to restrict the number of characters to be entered is mm/dd/yyyy i.e., 10. Along with that is there any possibility that we can take only digits as input and datefield will auto apply "/" as per format "mm/dd/yyyy". We dont want the user to type more characters and date component validation fires and display the message. Rather placing restriction makes many things easier.
Kindly suggest on the above.
Discussion posts and replies are publicly visible
Date component works as is.
You could try using a text field with formatting and validation rules or developing your own component.