Tangerine-Community / tangy-form

<tangy-form> is a web component for creating multipage forms. Other <tangy-*> input elements are included as well.
GNU General Public License v3.0
15 stars 3 forks source link

Send change event when the today button is clicked #183

Closed esurface closed 4 years ago

esurface commented 4 years ago

Currently the tangy-partial-date and tangy-ethio-date widgets don't fire a change event when the Today button is clicked. This change makes them fire the event so any 'on-change' logic will run.

This is useful for users who want to store the value of both the partial-date as a string and as a moment in a hidden variable.