Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #104697
    gunti anji
    Participant

    I have been facing an issue with restricting dates on the dateInput. example i want user to enter only dates from 01-01-2020 to 31-12-2030 . mostly like min and max dates

    #104698

    Hi,

    In the column definition object, you can pass an editor object containing the template (in your case dateInput or dateTimePicker).
    The editor object should also have a settings object. The settings will be set to the template’s component (in this case dateInput or dateTimePicker).
    Here is a quick example: https://codepen.io/svetoslavjqwidgets/pen/OJBMyqr

    Best Regards,
    Svetoslav Borislavov

    Smart UI Team
    https://www.htmlelements.com/

    #104702
    gunti anji
    Participant

    Thank you so much. it’s working as expected

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.