You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have migrated from Keen UI 1.0.x to 1.4.0 and observe backward incompatible behavior: click on UiCalendar buttons (they currently don't have type argument) triggers form submit event. This is critical, because UiCalendar could be used as field widget which often rendered inside <form ...> tag. Click on a date should select date and not submit entire form.
The text was updated successfully, but these errors were encountered:
For the same reason, I believe, default value of UiButtonbuttonType property should be reverted back to button. After upgrade we encountered many non-intentional form submit issues related to this backward incompatible change
We have migrated from Keen UI 1.0.x to 1.4.0 and observe backward incompatible behavior: click on
UiCalendar
buttons (they currently don't havetype
argument) triggers form submit event. This is critical, becauseUiCalendar
could be used as field widget which often rendered inside<form ...>
tag. Click on a date should select date and not submit entire form.The text was updated successfully, but these errors were encountered: