Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: 3.3
-
Fix Version/s: 4.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ACE
-
Assignee Priority:P2
Description
We need a strategy for dealing with the form being reset, as pertains to our javascript components. Standard input elements will automatically be cleared, but the javascript state will not without specific intervention.
For example, with ace:maskedEntry, the desired result is a cleared text field and cleared javascript state. With ace:dateTimeEntry, the text field should be cleared and the calendar selection nulled out as well.
For example, with ace:maskedEntry, the desired result is a cleared text field and cleared javascript state. With ace:dateTimeEntry, the text field should be cleared and the calendar selection nulled out as well.
Issue Links
- depends on
-
ICE-10114 Add "Clear" capability to ACE, MOBI components
- Closed
Comps would need to react to a form level 'onReset' event.