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
when investigating
ICE-10876(deals with input of date directly in the input field), it appeared that validation was missing, so this Jira should be fixed first and then once the date is validated (Within the specified yearStart and yearEnd), the header text could be updated before submitting.will fix
ICE-10876then as well.