Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-4.0.0.GA
-
Fix Version/s: EE-4.1.0.RC1, EE-4.1.0.GA, 4.2.BETA, 4.2
-
Component/s: MOBI-Components
-
Labels:None
-
Environment:mobi
Description
for dateSpinner:-
yearStart, yearEnd,
these are implemented only in the widget (non-native) as well as when encoding the value.
should also be implemented with in the inputSubmit function as well as the decode in the renderer.
can be done in the validation (js) function and then called from inputSubmit function, but there is no single cfg object that contains the values, so probably easiest to add to inputSubmit fn.
yearStart, yearEnd,
these are implemented only in the widget (non-native) as well as when encoding the value.
should also be implemented with in the inputSubmit function as well as the decode in the renderer.
can be done in the validation (js) function and then called from inputSubmit function, but there is no single cfg object that contains the values, so probably easiest to add to inputSubmit fn.
Issue Links
- depends on
-
ICE-10876 mobi:dateTimeSpinner validation fails in showcase
-
- Closed
-
rev 48623.
ensure the script is refired when readonly is changed.