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
Field value 0 (zero) is shown with empty value for label in UI (Reopen #691)
Nimbus version:1.3.2.M2
Current Behavior
Field value 0 (zero) is shown with empty value for label in UI .
Expected Behavior
0 should be displayed as a label value while pre-populating the field value 0 saved in MongoDB.
Steps to Reproduce
Enter the BigDecimal Data type field value as 0.
Click submit the form .
Go to history page or any other view
UI like History page while displaying label field value with 0 shows as empty (nothing display)
Field value 0 (zero) is shown with empty value for label in UI (Reopen #691)
Nimbus version:1.3.2.M2
Current Behavior
Field value 0 (zero) is shown with empty value for label in UI .
Expected Behavior
0 should be displayed as a label value while pre-populating the field value 0 saved in MongoDB.
Steps to Reproduce
Enter the BigDecimal Data type field value as 0.
Click submit the form .
Go to history page or any other view
UI like History page while displaying label field value with 0 shows as empty (nothing display)
Code Snippet
@MapsTo.Type(sampleCollect.class)
//field declaration
@path("/sampleCollect/fieldDecimal")
@Label(value="amount")
private BigDecimal fieldDecimal;
The text was updated successfully, but these errors were encountered: