Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #103692

    Using the datepicker I found the following problem.

    Suppose I use a format dd/MM/yyyy : when I intorduce the day the onchange event fires, when I introduce the month the same as well as when I introduce the year.

    So it fires 3 times and this create many problems in my code.

    Is there any way to change this behaviour  and have the onchange firing only when focus is lost ?

    Tks

    Tullio

    #103701

    Hi,

    Can you give me a demo that is showing the bug, because I could not reproduce it.
    Here is a demo of using the format-string property and the change event.
    The event is not being triggered on every digit
    https://codepen.io/svetoslavb04/pen/oNdWPPG?editors=1011

    Best Regards,
    Svetoslav Borislavov

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

    #103702

    I solved using edit_mode=full

    tks

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