You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Ricardo Veloso (JIRA)" <ji...@apache.org> on 2017/02/08 11:00:45 UTC

[jira] [Created] (TAP5-2571) Datefield component should trigger an event when value changes

Ricardo Veloso created TAP5-2571:
------------------------------------

             Summary: Datefield component should trigger an event when value changes
                 Key: TAP5-2571
                 URL: https://issues.apache.org/jira/browse/TAP5-2571
             Project: Tapestry 5
          Issue Type: Wish
          Components: tapestry-core
    Affects Versions: 5.4.1
            Reporter: Ricardo Veloso


When success handler runs on onSelect method of the Controller, an event should be triggered right after _this.hidePopup();
Something like this return _this.field.trigger('change');
With this we can trigger server-side events on datefield change.

Datefield is completely closed and creates an instance of Controller which has its own Datepicker so we can't detect any change without hacking.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)